From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: sys-apps/gnome-disk-utility/
Date: Sat, 22 Sep 2012 15:53:59 +0000 (UTC) [thread overview]
Message-ID: <1348329200.fc70e5725d385c7ebc6f38fe5cca184df15eefbf.nirbheek@gentoo> (raw)
commit: fc70e5725d385c7ebc6f38fe5cca184df15eefbf
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 04:42:25 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 15:53:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fc70e572
Add sys-apps/gnome-disk-utility-3.6.0
---
.../gnome-disk-utility-3.6.0.ebuild | 45 +++++++++++
.../gnome-disk-utility-9999.ebuild | 82 ++++++--------------
2 files changed, 68 insertions(+), 59 deletions(-)
diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.6.0.ebuild b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.6.0.ebuild
new file mode 100644
index 0000000..07cbfd8
--- /dev/null
+++ b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.6.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-3.4.1.ebuild,v 1.4 2012/06/15 06:40:33 mr_bones_ Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
+
+DESCRIPTION="Disk Utility for GNOME using udisks"
+HOMEPAGE="http://git.gnome.org/browse/gnome-disk-utility"
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="fat"
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sh ~x86"
+fi
+
+COMMON_DEPEND="
+ >=dev-libs/glib-2.31:2
+ >=sys-fs/udisks-1.99.0:2
+ >=x11-libs/gtk+-3.5.8:3
+ >=app-crypt/libsecret-0.7
+ dev-libs/libpwquality"
+RDEPEND="${COMMON_DEPEND}
+ >=x11-themes/gnome-icon-theme-symbolic-2.91
+ fat? ( sys-fs/dosfstools )"
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/intltool-0.50
+ dev-libs/libxslt
+ virtual/pkgconfig"
+
+pkg_setup() {
+ G2CONF="${G2CONF}
+ --disable-libsystemd-login
+ --disable-maintainer-mode
+ --disable-schemas-compile"
+}
diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-9999.ebuild b/sys-apps/gnome-disk-utility/gnome-disk-utility-9999.ebuild
index 976575e..07cbfd8 100644
--- a/sys-apps/gnome-disk-utility/gnome-disk-utility-9999.ebuild
+++ b/sys-apps/gnome-disk-utility/gnome-disk-utility-9999.ebuild
@@ -1,81 +1,45 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.32.0.ebuild,v 1.3 2011/01/07 21:04:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-3.4.1.ebuild,v 1.4 2012/06/15 06:40:33 mr_bones_ Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-inherit autotools eutils gnome2
+inherit gnome2
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
-DESCRIPTION="Disk Utility for GNOME using devicekit-disks"
+DESCRIPTION="Disk Utility for GNOME using udisks"
HOMEPAGE="http://git.gnome.org/browse/gnome-disk-utility"
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-2"
SLOT="0"
-IUSE="avahi doc fat gnome-keyring nautilus remote-access"
+IUSE="fat"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sh ~x86"
fi
-CDEPEND="
- >=dev-libs/glib-2.22:2
- >=dev-libs/dbus-glib-0.74
- >=dev-libs/libunique-2.90.1:3
- >=x11-libs/gtk+-2.90.7:3
- =sys-fs/udisks-1.0*[remote-access?]
- >=dev-libs/libatasmart-0.14
- >=x11-libs/libnotify-0.6.1
-
- avahi? ( >=net-dns/avahi-0.6.25[gtk3] )
- gnome-keyring? ( || (
- gnome-base/libgnome-keyring
- <gnome-base/gnome-keyring-2.29.4 ) )
- nautilus? ( >=gnome-base/nautilus-2.91.0 )
-"
-RDEPEND="${CDEPEND}
- x11-misc/xdg-utils
- fat? ( sys-fs/dosfstools )
- !!sys-apps/udisks"
-DEPEND="${CDEPEND}
- sys-devel/gettext
- gnome-base/gnome-common
- app-text/docbook-xml-dtd:4.1.2
- app-text/scrollkeeper
- app-text/gnome-doc-utils
-
- >=dev-util/intltool-0.35
- virtual/pkgconfig
- >=dev-util/gtk-doc-am-1.13
-
- doc? ( >=dev-util/gtk-doc-1.3 )"
+COMMON_DEPEND="
+ >=dev-libs/glib-2.31:2
+ >=sys-fs/udisks-1.99.0:2
+ >=x11-libs/gtk+-3.5.8:3
+ >=app-crypt/libsecret-0.7
+ dev-libs/libpwquality"
+RDEPEND="${COMMON_DEPEND}
+ >=x11-themes/gnome-icon-theme-symbolic-2.91
+ fat? ( sys-fs/dosfstools )"
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/intltool-0.50
+ dev-libs/libxslt
+ virtual/pkgconfig"
pkg_setup() {
G2CONF="${G2CONF}
- --disable-static
- $(use_enable avahi avahi-ui)
- $(use_enable nautilus)
- $(use_enable remote-access)
- $(use_enable gnome-keyring)"
- DOCS="AUTHORS NEWS README TODO"
-}
-
-src_prepare() {
- sed -e '/printf/s:nautilus:xdg-open:' \
- -i src/palimpsest/gdu-section-volumes.c || die "#350919"
-
- # Keep avahi optional, upstream bug #631986
- epatch "${FILESDIR}/${PN}-2.91.6-optional-avahi.patch"
-
- if [[ ${PV} != 9999 ]]; then
- intltoolize --force --copy --automake || die
- eautoreconf
- fi
-
- gnome2_src_prepare
+ --disable-libsystemd-login
+ --disable-maintainer-mode
+ --disable-schemas-compile"
}
next reply other threads:[~2012-09-22 15:55 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-22 15:53 Nirbheek Chauhan [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-12-07 12:16 [gentoo-commits] proj/gnome:master commit in: sys-apps/gnome-disk-utility/ Mart Raudsepp
2018-12-07 12:16 Mart Raudsepp
2018-06-24 19:17 Gilles Dartiguelongue
2018-06-24 19:17 Gilles Dartiguelongue
2018-06-24 19:17 Gilles Dartiguelongue
2018-03-09 16:26 Sobhan Mohammadpour
2016-04-02 16:34 Ole Reifschneider
2015-11-08 8:38 Pacho Ramos
2015-06-10 10:37 Gilles Dartiguelongue
2015-05-25 14:05 Gilles Dartiguelongue
2015-05-12 22:20 Gilles Dartiguelongue
2015-05-08 15:01 [gentoo-commits] proj/gnome:pending-eva " Gilles Dartiguelongue
2015-05-04 16:10 ` [gentoo-commits] proj/gnome:master " Gilles Dartiguelongue
2014-12-26 21:53 Gilles Dartiguelongue
2014-11-23 19:37 Gilles Dartiguelongue
2014-10-26 9:21 Gilles Dartiguelongue
2014-04-24 22:35 Gilles Dartiguelongue
2014-04-12 15:44 Gilles Dartiguelongue
2014-02-12 23:48 Gilles Dartiguelongue
2013-11-16 11:57 Gilles Dartiguelongue
2012-12-24 16:28 Gilles Dartiguelongue
2012-10-27 20:03 Gilles Dartiguelongue
2011-07-08 20:59 Alexandre Restovtsev
2011-04-16 9:59 Gilles Dartiguelongue
2011-04-05 18:12 Nirbheek Chauhan
2011-03-23 5:20 Nirbheek Chauhan
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=1348329200.fc70e5725d385c7ebc6f38fe5cca184df15eefbf.nirbheek@gentoo \
--to=nirbheek@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