From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: x11-libs/gtk+/files/, x11-libs/gtk+/
Date: Sat, 13 Aug 2011 19:33:27 +0000 (UTC) [thread overview]
Message-ID: <2504725431a463e159013d7e1136a08b1d0c71d2.tetromino@gentoo> (raw)
commit: 2504725431a463e159013d7e1136a08b1d0c71d2
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sat Aug 13 19:22:11 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Aug 13 19:22:11 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=25047254
x11-libs/gtk+: sync with gx86
Sync with changes in gx86; no revision bump since there should be very
little user-visible impact. Also, update gdk-pixbuf dependency for the
live ebuild.
---
x11-libs/gtk+/files/settings.ini | 4 ++++
x11-libs/gtk+/gtk+-3.1.10.ebuild | 23 ++++++-----------------
x11-libs/gtk+/gtk+-9999.ebuild | 27 ++++++++-------------------
3 files changed, 18 insertions(+), 36 deletions(-)
diff --git a/x11-libs/gtk+/files/settings.ini b/x11-libs/gtk+/files/settings.ini
new file mode 100644
index 0000000..a65c0a8
--- /dev/null
+++ b/x11-libs/gtk+/files/settings.ini
@@ -0,0 +1,4 @@
+[Settings]
+gtk-theme-name = Adwaita
+gtk-icon-theme-name = gnome
+gtk-cursor-theme-name = Adwaita
diff --git a/x11-libs/gtk+/gtk+-3.1.10.ebuild b/x11-libs/gtk+/gtk+-3.1.10.ebuild
index 908a1f1..eea39c5 100644
--- a/x11-libs/gtk+/gtk+-3.1.10.ebuild
+++ b/x11-libs/gtk+/gtk+-3.1.10.ebuild
@@ -14,11 +14,11 @@ HOMEPAGE="http://www.gtk.org/"
LICENSE="LGPL-2"
SLOT="3"
-# NOTE: *-macos support is BROKEN. See `quartz-backend` etc in configure
# NOTE: This gtk+ has multi-gdk-backend support, see:
# * http://blogs.gnome.org/kris/2010/12/29/gdk-3-0-on-mac-os-x/
# * http://mail.gnome.org/archives/gtk-devel-list/2010-November/msg00099.html
-# NOTE: Lots of aqua stuff in this ebuild is probably very broken
+# I tried this and got it all compiling, but the end result is unusable as it
+# horribly mixes up the backends -- grobian
IUSE="aqua colord cups debug doc examples +introspection packagekit test vim-syntax xinerama"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
@@ -66,9 +66,6 @@ DEPEND="${COMMON_DEPEND}
x11-proto/inputproto
x11-proto/damageproto
)
- x86-interix? (
- sys-libs/itx-bind
- )
xinerama? ( x11-proto/xineramaproto )
>=dev-util/gtk-doc-am-1.11
doc? (
@@ -102,12 +99,6 @@ src_prepare() {
sed '\%/recent-manager/add%,/recent_manager_purge/ d' \
-i gtk/tests/recentmanager.c || die "sed 2 failed"
- if use x86-interix; then
- # activate the itx-bind package...
- append-flags "-I${EPREFIX}/usr/include/bind"
- append-ldflags "-L${EPREFIX}/usr/lib/bind"
- fi
-
if ! use test; then
# don't waste time building tests
strip_builddir SRC_SUBDIRS tests Makefile.am
@@ -158,14 +149,12 @@ src_test() {
}
src_install() {
- emake DESTDIR="${D}" install || die "Installation failed"
+ emake DESTDIR="${D}" install
- # see bug #133241
- echo 'gtk-fallback-icon-theme = "gnome"' > "${T}/gtkrc"
insinto /etc/gtk-3.0
- doins "${T}"/gtkrc || die "doins gtkrc failed"
+ doins "${FILESDIR}"/settings.ini
- dodoc AUTHORS ChangeLog* HACKING NEWS* README* || die "dodoc failed"
+ dodoc AUTHORS ChangeLog* HACKING NEWS* README*
# Remove unneeded *.la files
find "${ED}" -name "*.la" -delete
@@ -190,7 +179,7 @@ pkg_postinst() {
if ! has_version "app-text/evince"; then
elog "Please install app-text/evince for print preview functionality."
elog "Alternatively, check \"gtk-print-preview-command\" documentation and"
- elog "add it to your gtkrc."
+ elog "add it to your settings.ini file."
fi
}
diff --git a/x11-libs/gtk+/gtk+-9999.ebuild b/x11-libs/gtk+/gtk+-9999.ebuild
index 908a1f1..24226ab 100644
--- a/x11-libs/gtk+/gtk+-9999.ebuild
+++ b/x11-libs/gtk+/gtk+-9999.ebuild
@@ -14,11 +14,11 @@ HOMEPAGE="http://www.gtk.org/"
LICENSE="LGPL-2"
SLOT="3"
-# NOTE: *-macos support is BROKEN. See `quartz-backend` etc in configure
# NOTE: This gtk+ has multi-gdk-backend support, see:
# * http://blogs.gnome.org/kris/2010/12/29/gdk-3-0-on-mac-os-x/
# * http://mail.gnome.org/archives/gtk-devel-list/2010-November/msg00099.html
-# NOTE: Lots of aqua stuff in this ebuild is probably very broken
+# I tried this and got it all compiling, but the end result is unusable as it
+# horribly mixes up the backends -- grobian
IUSE="aqua colord cups debug doc examples +introspection packagekit test vim-syntax xinerama"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
@@ -42,11 +42,11 @@ COMMON_DEPEND="!aqua? (
x11-libs/libXcomposite
x11-libs/libXdamage
>=x11-libs/cairo-1.10.0[X,svg]
- >=x11-libs/gdk-pixbuf-2.22.0:2[X,introspection?]
+ >=x11-libs/gdk-pixbuf-2.23.5:2[X,introspection?]
)
aqua? (
>=x11-libs/cairo-1.10.0[aqua,svg]
- >=x11-libs/gdk-pixbuf-2.22.0:2[introspection?]
+ >=x11-libs/gdk-pixbuf-2.23.5:2[introspection?]
)
xinerama? ( x11-libs/libXinerama )
>=dev-libs/glib-2.29.14
@@ -66,9 +66,6 @@ DEPEND="${COMMON_DEPEND}
x11-proto/inputproto
x11-proto/damageproto
)
- x86-interix? (
- sys-libs/itx-bind
- )
xinerama? ( x11-proto/xineramaproto )
>=dev-util/gtk-doc-am-1.11
doc? (
@@ -102,12 +99,6 @@ src_prepare() {
sed '\%/recent-manager/add%,/recent_manager_purge/ d' \
-i gtk/tests/recentmanager.c || die "sed 2 failed"
- if use x86-interix; then
- # activate the itx-bind package...
- append-flags "-I${EPREFIX}/usr/include/bind"
- append-ldflags "-L${EPREFIX}/usr/lib/bind"
- fi
-
if ! use test; then
# don't waste time building tests
strip_builddir SRC_SUBDIRS tests Makefile.am
@@ -158,14 +149,12 @@ src_test() {
}
src_install() {
- emake DESTDIR="${D}" install || die "Installation failed"
+ emake DESTDIR="${D}" install
- # see bug #133241
- echo 'gtk-fallback-icon-theme = "gnome"' > "${T}/gtkrc"
insinto /etc/gtk-3.0
- doins "${T}"/gtkrc || die "doins gtkrc failed"
+ doins "${FILESDIR}"/settings.ini
- dodoc AUTHORS ChangeLog* HACKING NEWS* README* || die "dodoc failed"
+ dodoc AUTHORS ChangeLog* HACKING NEWS* README*
# Remove unneeded *.la files
find "${ED}" -name "*.la" -delete
@@ -190,7 +179,7 @@ pkg_postinst() {
if ! has_version "app-text/evince"; then
elog "Please install app-text/evince for print preview functionality."
elog "Alternatively, check \"gtk-print-preview-command\" documentation and"
- elog "add it to your gtkrc."
+ elog "add it to your settings.ini file."
fi
}
next reply other threads:[~2011-08-13 19:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-13 19:33 Alexandre Restovtsev [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-09-26 4:46 [gentoo-commits] proj/gnome:gnome-next commit in: x11-libs/gtk+/files/, x11-libs/gtk+/ Alexandre Restovtsev
2011-09-18 23:01 Alexandre Restovtsev
2011-09-07 21:30 Alexandre Restovtsev
2011-07-23 17:46 Alexandre Restovtsev
2011-07-20 23:42 Alexandre Restovtsev
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=2504725431a463e159013d7e1136a08b1d0c71d2.tetromino@gentoo \
--to=tetromino@gmail.com \
--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