* [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-tweak-tool/
@ 2011-08-13 17:11 Alexandre Restovtsev
0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2011-08-13 17:11 UTC (permalink / raw
To: gentoo-commits
commit: 05228a5c5b36cb1e414b1f73d57d812a034a573c
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sat Aug 13 17:08:36 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Aug 13 17:10:52 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=05228a5c
gnome-extra/gnome-tweak-tool: add missing runtime dependencies
gnome-tweak-tool will crash at runtime if it cannot find the gsettings
and gconf schemas for gnome-shell, gnome-settings-daemon, metacity, and
nautilus. Thanks to angelos for pointing this out on IRC.
---
.../gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild
index 26f601d..0f26629 100644
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild
@@ -23,9 +23,15 @@ COMMON_DEPEND="
>=gnome-base/gsettings-desktop-schemas-2.91.92
>=dev-python/pygobject-2.28.0:2[introspection]
gnome-base/gconf:2"
+# g-s-d, gnome-shell etc. needed at runtime for the gsettings schemas
RDEPEND="${COMMON_DEPEND}
+ gnome-base/gconf:2[introspection]
x11-libs/gtk+:3[introspection]
- gnome-base/gconf:2[introspection]"
+
+ >=gnome-base/gnome-settings-daemon-3
+ gnome-base/gnome-shell
+ >=gnome-base/nautilus-3
+ x11-wm/metacity"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40.0
>=dev-util/pkgconfig-0.9
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-tweak-tool/
@ 2011-08-21 6:16 Alexandre Restovtsev
0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2011-08-21 6:16 UTC (permalink / raw
To: gentoo-commits
commit: efa55b75f35b208af887fc02ac2ac43f2132b642
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sun Aug 21 06:13:54 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Aug 21 06:13:54 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=efa55b75
gnome-extra/gnome-tweak-tool: 3.0.5 → 3.1.0
Bump to gnome-3.1.x version. Add missing eutils inherit.
---
...-3.0.5.ebuild => gnome-tweak-tool-3.1.0.ebuild} | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.1.0.ebuild
similarity index 98%
rename from gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild
rename to gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.1.0.ebuild
index 0f26629..9f10754 100644
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.1.0.ebuild
@@ -9,7 +9,7 @@ PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
-inherit gnome2-python
+inherit eutils gnome2-python
DESCRIPTION="Tool to customize GNOME 3 options"
HOMEPAGE="http://live.gnome.org/GnomeTweakTool"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-tweak-tool/
@ 2011-09-02 5:30 Alexandre Restovtsev
0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2011-09-02 5:30 UTC (permalink / raw
To: gentoo-commits
commit: fcd41f5eb2ec73b9b51e011bc1e275d4a8d133d1
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Fri Sep 2 05:19:31 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Sep 2 05:19:31 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fcd41f5e
gnome-extra/gnome-tweak-tool: 3.1.0 → 3.1.90
Version bump, now supports 3.1.90-style shell extensions.
---
...3.1.0.ebuild => gnome-tweak-tool-3.1.90.ebuild} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.1.0.ebuild b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.1.90.ebuild
similarity index 94%
rename from gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.1.0.ebuild
rename to gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.1.90.ebuild
index 9f10754..83650a7 100644
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.1.0.ebuild
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.1.90.ebuild
@@ -20,8 +20,8 @@ IUSE=""
KEYWORDS="~amd64 ~x86"
COMMON_DEPEND="
- >=gnome-base/gsettings-desktop-schemas-2.91.92
- >=dev-python/pygobject-2.28.0:2[introspection]
+ >=gnome-base/gsettings-desktop-schemas-3.0.0
+ >=dev-python/pygobject-2.90.0:3
gnome-base/gconf:2"
# g-s-d, gnome-shell etc. needed at runtime for the gsettings schemas
RDEPEND="${COMMON_DEPEND}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-tweak-tool/
@ 2011-09-28 22:21 Alexandre Restovtsev
0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2011-09-28 22:21 UTC (permalink / raw
To: gentoo-commits
commit: 5cc4b31623a246e500261ef902ddeaa6a85f341e
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Wed Sep 28 22:11:53 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Sep 28 22:11:53 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5cc4b316
gnome-extra/gnome-tweak-tool: 3.1.90 → 3.2.0
---
...3.1.90.ebuild => gnome-tweak-tool-3.2.0.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.1.90.ebuild b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.2.0.ebuild
similarity index 100%
rename from gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.1.90.ebuild
rename to gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.2.0.ebuild
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-09-28 22:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-21 6:16 [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-tweak-tool/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2011-09-28 22:21 Alexandre Restovtsev
2011-09-02 5:30 Alexandre Restovtsev
2011-08-13 17:11 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox