[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/, gnome-base/gnome-desktop/files/

2019-09-14 Thread Sobhan Mohammadpour
commit: 8e70712c5f69e4270a77c83c0d0ba8a92af93615
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Sat Sep 14 21:00:05 2019 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Sat Sep 14 21:00:05 2019 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8e70712c

gnome-base/gnome-desktop: add 3.34

Package-Manager: Portage-2.3.76, Repoman-2.3.17

 .../files/3.34.0-make-seccomp-optional.patch   | 39 ++
 .../gnome-desktop/gnome-desktop-3.34.0.ebuild  | 62 ++
 gnome-base/gnome-desktop/metadata.xml  |  8 +++
 3 files changed, 109 insertions(+)

diff --git a/gnome-base/gnome-desktop/files/3.34.0-make-seccomp-optional.patch 
b/gnome-base/gnome-desktop/files/3.34.0-make-seccomp-optional.patch
new file mode 100644
index ..9112e36c
--- /dev/null
+++ b/gnome-base/gnome-desktop/files/3.34.0-make-seccomp-optional.patch
@@ -0,0 +1,39 @@
+From ecaf36f478d160618c1b9a23ed1c17f09a716c6f Mon Sep 17 00:00:00 2001
+From: Sobhan Mohammadpour 
+Date: Sat, 14 Sep 2019 16:21:18 -0400
+Subject: [PATCH] make seccomp optional
+
+---
+ meson.build   | 2 +-
+ meson_options.txt | 5 +
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 6781ca7..9361f26 100644
+--- a/meson.build
 b/meson.build
+@@ -57,7 +57,7 @@ host_os = host_machine.system()
+ host_cpu = host_machine.cpu()
+ supported_os = ['linux']
+ unsupported_cpus = ['alpha', 'ia64', 'm68k', 'sh4', 'sparc', 'sparc64']
+-if supported_os.contains(host_os) and not unsupported_cpus.contains(host_cpu)
++if supported_os.contains(host_os) and not unsupported_cpus.contains(host_cpu) 
and get_option('seccomp')
+   seccomp_dep = dependency('libseccomp')
+ else
+   seccomp_dep = dependency('', required: false)
+diff --git a/meson_options.txt b/meson_options.txt
+index e3402a1..a7e7f2e 100644
+--- a/meson_options.txt
 b/meson_options.txt
+@@ -28,3 +28,8 @@ option('gtk_doc',
+ option('installed_tests',
+   type: 'boolean', value: false, description: 'Enable installed tests'
+ )
++
++option('seccomp',
++  type: 'boolean', value: true,
++  description: 'add seccomp support'
++)
+-- 
+2.23.0
+

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.34.0.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.34.0.ebuild
new file mode 100644
index ..259eb8f2
--- /dev/null
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.34.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome.org gnome2-utils meson virtualx xdg
+
+DESCRIPTION="Library with common API for various GNOME modules"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-desktop/;
+
+LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
+SLOT="3/17" # subslot = libgnome-desktop-3 soname version
+IUSE="debug doc +introspection gtk-doc seccomp udev"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+# cairo[X] needed for gnome-bg
+COMMON_DEPEND="
+   app-text/iso-codes
+   >=dev-libs/glib-2.53.0:2
+   >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?]
+   >=x11-libs/gtk+-3.3.6:3[X,introspection?]
+   x11-libs/cairo:=[X]
+   x11-libs/libX11
+   x11-misc/xkeyboard-config
+   >=gnome-base/gsettings-desktop-schemas-3.27.0
+   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
+   seccomp? ( sys-libs/libseccomp )
+   udev? (
+   sys-apps/hwids
+   virtual/libudev:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+   
+



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/, gnome-base/gnome-desktop/files/

2019-02-23 Thread Mart Raudsepp
commit: 9a54f9aedc9c3ab3bdce7ba7780d9d1102fd85fd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb 23 20:05:54 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb 23 20:05:54 2019 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9a54f9ae

gnome-base/gnome-desktop: remove, available in ::gentoo

Main tree version has additional ebuild and upstream fixes in the
3.26 versions, but now also has 3.30 available.
 here is too outdated and upstream moved 3.31 over to meson.

Signed-off-by: Mart Raudsepp  gentoo.org>

 .../files/3.26.2-load-ld-so-cache.patch|  12 ---
 .../gnome-desktop/gnome-desktop-3.26.2-r1.ebuild   |  64 
 .../gnome-desktop/gnome-desktop-3.26.2.ebuild  |  61 ---
 gnome-base/gnome-desktop/gnome-desktop-.ebuild | 112 -
 gnome-base/gnome-desktop/metadata.xml  |   8 --
 5 files changed, 257 deletions(-)

diff --git a/gnome-base/gnome-desktop/files/3.26.2-load-ld-so-cache.patch 
b/gnome-base/gnome-desktop/files/3.26.2-load-ld-so-cache.patch
deleted file mode 100644
index ac81e1c7..
--- a/gnome-base/gnome-desktop/files/3.26.2-load-ld-so-cache.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/libgnome-desktop/gnome-desktop-thumbnail-script.c 
b/libgnome-desktop/gnome-desktop-thumbnail-script.c
-index 99d83ac..72f4459 100644
 a/libgnome-desktop/gnome-desktop-thumbnail-script.c
-+++ b/libgnome-desktop/gnome-desktop-thumbnail-script.c
-@@ -508,6 +508,7 @@ add_bwrap (GPtrArray   *array,
-   "--ro-bind", "/usr", "/usr",
-   "--ro-bind", "/lib", "/lib",
-   "--ro-bind", "/lib64", "/lib64",
-+  "--ro-bind", "/etc/ld.so.cache", "/etc/ld.so.cache",
-   "--proc", "/proc",
-   "--dev", "/dev",
-   "--symlink", "usr/bin", "/bin",

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.26.2-r1.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.26.2-r1.ebuild
deleted file mode 100644
index 93c9caee..
--- a/gnome-base/gnome-desktop/gnome-desktop-3.26.2-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 virtualx
-
-DESCRIPTION="Libraries for the gnome desktop that are not part of the UI"
-HOMEPAGE="https://git.gnome.org/browse/gnome-desktop;
-
-LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="3/12" # subslot = libgnome-desktop-3 soname version
-IUSE="debug +introspection seccomp udev"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-
-# cairo[X] needed for gnome-bg
-# automagic dependency on seccomp
-COMMON_DEPEND="
-   app-text/iso-codes
-   >=dev-libs/glib-2.53.0:2[dbus]
-   >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?]
-   >=x11-libs/gtk+-3.3.6:3[X,introspection?]
-   x11-libs/cairo:=[X]
-   x11-libs/libX11
-   x11-misc/xkeyboard-config
-   >=gnome-base/gsettings-desktop-schemas-3.5.91
-   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-   seccomp? ( sys-libs/libseccomp )
-   udev? (
-   sys-apps/hwids
-   virtual/libudev:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !https://git.gnome.org/browse/gnome-desktop;
-
-LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="3/12" # subslot = libgnome-desktop-3 soname version
-IUSE="debug +introspection seccomp udev"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-
-# cairo[X] needed for gnome-bg
-# automagic dependency on seccomp
-COMMON_DEPEND="
-   app-text/iso-codes
-   >=dev-libs/glib-2.53.0:2[dbus]
-   >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?]
-   >=x11-libs/gtk+-3.3.6:3[X,introspection?]
-   x11-libs/cairo:=[X]
-   x11-libs/libX11
-   x11-misc/xkeyboard-config
-   >=gnome-base/gsettings-desktop-schemas-3.5.91
-   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-   seccomp? ( sys-libs/libseccomp )
-   udev? (
-   sys-apps/hwids
-   virtual/libudev:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !https://git.gnome.org/browse/gnome-desktop;
-
-LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="3/12" # subslot = libgnome-desktop-3 soname version
-IUSE="+introspection"
-if [[ ${PV} =  ]]; then
-   IUSE="${IUSE} doc"
-   KEYWORDS=""
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-fi
-
-# cairo[X] needed for gnome-bg
-COMMON_DEPEND="
-   app-text/iso-codes
-   >=dev-libs/glib-2.44.0:2[dbus]
-   >=x11-libs/gdk-pixbuf-2.33.0:2[introspection?]
-   >=x11-libs/gtk+-3.3.6:3[X,introspection?]
-   >=x11-libs/libXext-1.1
-   >=x11-libs/libXrandr-1.3
-   x11-libs/cairo:=[X]
-   x11-libs/libX11
-   x11-misc/xkeyboard-config
-   

[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/, gnome-base/gnome-desktop/files/

2018-11-16 Thread Gilles Dartiguelongue
commit: 8b53f1d94092e8fa279539f49222ea3ddd001177
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Nov 16 17:24:22 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Nov 16 17:24:57 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8b53f1d9

gnome-base/gnome-desktop: load ld.so.conf in sandbox

Closes: https://bugs.gentoo.org/654096
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 .../files/3.26.2-load-ld-so-cache.patch| 12 
 .../gnome-desktop/gnome-desktop-3.26.2-r1.ebuild   | 64 ++
 2 files changed, 76 insertions(+)

diff --git a/gnome-base/gnome-desktop/files/3.26.2-load-ld-so-cache.patch 
b/gnome-base/gnome-desktop/files/3.26.2-load-ld-so-cache.patch
new file mode 100644
index ..ac81e1c7
--- /dev/null
+++ b/gnome-base/gnome-desktop/files/3.26.2-load-ld-so-cache.patch
@@ -0,0 +1,12 @@
+diff --git a/libgnome-desktop/gnome-desktop-thumbnail-script.c 
b/libgnome-desktop/gnome-desktop-thumbnail-script.c
+index 99d83ac..72f4459 100644
+--- a/libgnome-desktop/gnome-desktop-thumbnail-script.c
 b/libgnome-desktop/gnome-desktop-thumbnail-script.c
+@@ -508,6 +508,7 @@ add_bwrap (GPtrArray   *array,
+   "--ro-bind", "/usr", "/usr",
+   "--ro-bind", "/lib", "/lib",
+   "--ro-bind", "/lib64", "/lib64",
++  "--ro-bind", "/etc/ld.so.cache", "/etc/ld.so.cache",
+   "--proc", "/proc",
+   "--dev", "/dev",
+   "--symlink", "usr/bin", "/bin",

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.26.2-r1.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.26.2-r1.ebuild
new file mode 100644
index ..93c9caee
--- /dev/null
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.26.2-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2 virtualx
+
+DESCRIPTION="Libraries for the gnome desktop that are not part of the UI"
+HOMEPAGE="https://git.gnome.org/browse/gnome-desktop;
+
+LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
+SLOT="3/12" # subslot = libgnome-desktop-3 soname version
+IUSE="debug +introspection seccomp udev"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+# cairo[X] needed for gnome-bg
+# automagic dependency on seccomp
+COMMON_DEPEND="
+   app-text/iso-codes
+   >=dev-libs/glib-2.53.0:2[dbus]
+   >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?]
+   >=x11-libs/gtk+-3.3.6:3[X,introspection?]
+   x11-libs/cairo:=[X]
+   x11-libs/libX11
+   x11-misc/xkeyboard-config
+   >=gnome-base/gsettings-desktop-schemas-3.5.91
+   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
+   seccomp? ( sys-libs/libseccomp )
+   udev? (
+   sys-apps/hwids
+   virtual/libudev:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2018-09-10 Thread Gilles Dartiguelongue
commit: 5d4a5ed1cb0998a29010b18c705bea8d4786a81c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Sep 10 14:39:38 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Sep 10 14:53:50 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5d4a5ed1

gnome-base/gnome-desktop: add explicit note about seccomp dependency

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 gnome-base/gnome-desktop/gnome-desktop-3.26.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.26.2.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.26.2.ebuild
index b24a5392..fd198574 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-3.26.2.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.26.2.ebuild
@@ -9,10 +9,11 @@ HOMEPAGE="https://git.gnome.org/browse/gnome-desktop;
 
 LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
 SLOT="3/12" # subslot = libgnome-desktop-3 soname version
-IUSE="debug +introspection udev"
+IUSE="debug +introspection seccomp udev"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris"
 
 # cairo[X] needed for gnome-bg
+# automagic dependency on seccomp
 COMMON_DEPEND="
app-text/iso-codes
>=dev-libs/glib-2.53.0:2[dbus]
@@ -23,6 +24,7 @@ COMMON_DEPEND="
x11-misc/xkeyboard-config
>=gnome-base/gsettings-desktop-schemas-3.5.91
introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
+   seccomp? ( sys-libs/libseccomp )
udev? (
sys-apps/hwids
virtual/libudev:= )



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2018-02-09 Thread Sobhan Mohammadpour
commit: dd652554928f7e52b14e9e59bfa3c7fb15978e71
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Fri Feb  9 15:46:02 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Fri Feb  9 15:46:02 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=dd652554

gnome-base/gnome-desktop: bump

Package-Manager: Portage-2.3.23, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 .../gnome-desktop/gnome-desktop-3.26.2.ebuild  | 59 ++
 1 file changed, 59 insertions(+)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.26.2.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.26.2.ebuild
new file mode 100644
index ..31b0c59a
--- /dev/null
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.26.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2 virtualx
+
+DESCRIPTION="Libraries for the gnome desktop that are not part of the UI"
+HOMEPAGE="https://git.gnome.org/browse/gnome-desktop;
+
+LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
+SLOT="3/12" # subslot = libgnome-desktop-3 soname version
+IUSE="debug +introspection udev"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris"
+
+# cairo[X] needed for gnome-bg
+COMMON_DEPEND="
+   app-text/iso-codes
+   >=dev-libs/glib-2.53.0:2[dbus]
+   >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?]
+   >=x11-libs/gtk+-3.3.6:3[X,introspection?]
+   x11-libs/cairo:=[X]
+   x11-libs/libX11
+   x11-misc/xkeyboard-config
+   >=gnome-base/gsettings-desktop-schemas-3.5.91
+   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
+   udev? (
+   sys-apps/hwids
+   virtual/libudev:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2018-01-12 Thread Dennis Lamm
commit: 1d96f39a363bc0224af841950f9fa5b1ed7806be
Author: Dennis Lamm  gentoo  org>
AuthorDate: Fri Jan 12 12:43:33 2018 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Fri Jan 12 12:43:33 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1d96f39a

gnome-base/gnome-desktop: drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --force

 .../gnome-desktop/gnome-desktop-3.20.0.ebuild  | 66 --
 gnome-base/gnome-desktop/gnome-desktop-.ebuild |  3 +-
 2 files changed, 1 insertion(+), 68 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.20.0.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.20.0.ebuild
deleted file mode 100644
index 72688e0c..
--- a/gnome-base/gnome-desktop/gnome-desktop-3.20.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2 virtualx
-
-DESCRIPTION="Libraries for the gnome desktop that are not part of the UI"
-HOMEPAGE="https://git.gnome.org/browse/gnome-desktop;
-
-LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="3/12" # subslot = libgnome-desktop-3 soname version
-IUSE="+introspection"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris"
-
-# cairo[X] needed for gnome-bg
-COMMON_DEPEND="
-   app-text/iso-codes
-   >=dev-libs/glib-2.44.0:2[dbus]
-   >=x11-libs/gdk-pixbuf-2.33.0:2[introspection?]
-   >=x11-libs/gtk+-3.3.6:3[X,introspection?]
-   >=x11-libs/libXext-1.1
-   >=x11-libs/libXrandr-1.3
-   x11-libs/cairo:=[X]
-   x11-libs/libX11
-   x11-misc/xkeyboard-config
-   >=gnome-base/gsettings-desktop-schemas-3.5.91
-   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !=gnome-settings-daemon-3.1.2)
-   # will not get installed in ${pnpdatadir} 
(/usr/share/libgnome-desktop-3.0).
-   gnome2_src_configure \
-   --disable-debug-tools \
-   --disable-static \
-   --with-gnome-distributor=Gentoo \
-   --enable-desktop-docs \
-   $(use_enable introspection)
-}
-
-src_test() {
-   Xemake check
-}

diff --git a/gnome-base/gnome-desktop/gnome-desktop-.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
index f43ffd95..c68633a6 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI="5"
 GCONF_DEBUG="yes"



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2016-03-24 Thread Ole Reifschneider
commit: 40ff1364afaf2cd2e3256205396924adb41978f4
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Sun Mar 20 22:14:15 2016 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Fri Mar 25 00:55:46 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=40ff1364

gnome-base/gnome-desktop: Bump version to 3.20.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 ...-desktop-3.18.0.ebuild => gnome-desktop-3.20.0.ebuild} | 15 ---
 gnome-base/gnome-desktop/gnome-desktop-.ebuild| 12 +++-
 2 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.18.0.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.20.0.ebuild
similarity index 84%
rename from gnome-base/gnome-desktop/gnome-desktop-3.18.0.ebuild
rename to gnome-base/gnome-desktop/gnome-desktop-3.20.0.ebuild
index ab955a7..72688e0 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-3.18.0.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,16 +18,16 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh 
~sparc ~x86 ~x86-fbsd ~
 # cairo[X] needed for gnome-bg
 COMMON_DEPEND="
app-text/iso-codes
-   >=dev-libs/glib-2.44:2
-   >=x11-libs/gdk-pixbuf-2.21.3:2[introspection?]
-   >=x11-libs/gtk+-3.3.6:3[introspection?]
+   >=dev-libs/glib-2.44.0:2[dbus]
+   >=x11-libs/gdk-pixbuf-2.33.0:2[introspection?]
+   >=x11-libs/gtk+-3.3.6:3[X,introspection?]
>=x11-libs/libXext-1.1
>=x11-libs/libXrandr-1.3
x11-libs/cairo:=[X]
x11-libs/libX11
x11-misc/xkeyboard-config
>=gnome-base/gsettings-desktop-schemas-3.5.91
-   introspection? ( >=dev-libs/gobject-introspection-0.9.7 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
 "
 RDEPEND="${COMMON_DEPEND}
!=dev-libs/glib-2.38:2
-   >=x11-libs/gdk-pixbuf-2.21.3:2[introspection?]
-   >=x11-libs/gtk+-3.3.6:3[introspection?]
+   >=dev-libs/glib-2.44.0:2[dbus]
+   >=x11-libs/gdk-pixbuf-2.33.0:2[introspection?]
+   >=x11-libs/gtk+-3.3.6:3[X,introspection?]
>=x11-libs/libXext-1.1
>=x11-libs/libXrandr-1.3
x11-libs/cairo:=[X]
x11-libs/libX11
x11-misc/xkeyboard-config
>=gnome-base/gsettings-desktop-schemas-3.5.91
-   introspection? ( >=dev-libs/gobject-introspection-0.9.7 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
 "
 RDEPEND="${COMMON_DEPEND}

[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2015-10-02 Thread Ole Reifschneider
commit: 32ec4afd9a64345f2ef4050f25e46ba1edf1c45b
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Fri Oct  2 09:45:18 2015 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Fri Oct  2 09:45:18 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=32ec4afd

gnome-base/gnome-desktop: Bump version to 3.18.0

Package-Manager: portage-2.2.22
Manifest-Sign-Key: 7E8B4D42

 ...top-.ebuild => gnome-desktop-3.18.0.ebuild} | 55 ++
 gnome-base/gnome-desktop/gnome-desktop-.ebuild |  2 +-
 2 files changed, 5 insertions(+), 52 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.18.0.ebuild
similarity index 56%
copy from gnome-base/gnome-desktop/gnome-desktop-.ebuild
copy to gnome-base/gnome-desktop/gnome-desktop-3.18.0.ebuild
index d7d9f33..ab955a7 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.18.0.ebuild
@@ -6,27 +6,19 @@ EAPI="5"
 GCONF_DEBUG="yes"
 
 inherit gnome2 virtualx
-if [[ ${PV} =  ]]; then
-   inherit git-2 gnome2-live
-fi
 
 DESCRIPTION="Libraries for the gnome desktop that are not part of the UI"
 HOMEPAGE="https://git.gnome.org/browse/gnome-desktop;
 
 LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="3/10" # subslot = libgnome-desktop-3 soname version
+SLOT="3/12" # subslot = libgnome-desktop-3 soname version
 IUSE="+introspection"
-if [[ ${PV} =  ]]; then
-   IUSE="${IUSE} doc"
-   KEYWORDS=""
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris"
 
 # cairo[X] needed for gnome-bg
 COMMON_DEPEND="
app-text/iso-codes
-   >=dev-libs/glib-2.38:2
+   >=dev-libs/glib-2.44:2
>=x11-libs/gdk-pixbuf-2.21.3:2[introspection?]
>=x11-libs/gtk+-3.3.6:3[introspection?]
>=x11-libs/libXext-1.1
@@ -51,47 +43,11 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
 "
 
-if [[ ${PV} =  ]]; then
-   DEPEND="${DEPEND}
-   doc? ( >=dev-util/gtk-doc-1.4 )
-   app-text/yelp-tools"
-fi
-
 # Includes X11/Xatom.h in libgnome-desktop/gnome-bg.c which comes from xproto
 # Includes X11/extensions/Xrandr.h that includes randr.h from randrproto (and
 # eventually libXrandr shouldn't RDEPEND on randrproto)
 
-src_unpack() {
-   gnome2_src_unpack
-
-   if [[ ${PV} =  ]]; then
-   # pnp.ids are only provided with the gnome-desktop tarball;
-   # for the live version, we have to get them from hwdata git
-   unset gnome_desktop_LIVE_BRANCH
-   unset gnome_destkop_LIVE_COMMIT
-   unset gnome_desktop_LIVE_REPO
-   unset EGIT_BRANCH
-   unset EGIT_COMMIT
-   unset EGIT_DIR
-   unset EGIT_MASTER
-   EGIT_PROJECT="gnome-desktop_hwdata"
-   EGIT_REPO_URI="git://git.fedorahosted.org/hwdata.git"
-   EGIT_SOURCEDIR="${WORKDIR}/hwdata"
-   git-2_src_unpack
-   ln -sf "${WORKDIR}/hwdata/pnp.ids" "${S}/libgnome-desktop/" ||
-   die "ln -sf failed"
-   fi
-}
-
 src_configure() {
-   local myconf=""
-
-   if [[ ${PV} =  ]]; then
-   myconf="${myconf} $(use_enable doc gtk-doc)"
-   else
-   myconf="${myconf} ITSTOOL=$(type -P true)"
-   fi
-
DOCS="AUTHORS ChangeLog HACKING NEWS README"
# Note: do *not* use "--with-pnp-ids-path" argument. Otherwise, the 
pnp.ids
# file (needed by other packages such as >=gnome-settings-daemon-3.1.2)
@@ -101,12 +57,9 @@ src_configure() {
--with-gnome-distributor=Gentoo \
--enable-desktop-docs \
$(use_enable introspection) \
-   ${myconf}
+   ITSTOOL=$(type -P true)
 }
 
 src_test() {
-   # Makes unittest fail without this locale installed
-   rm "${S}"/tests/he_IL* || die
-
Xemake check
 }

diff --git a/gnome-base/gnome-desktop/gnome-desktop-.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
index d7d9f33..cd36410 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Libraries for the gnome desktop that are not 
part of the UI"
 HOMEPAGE="https://git.gnome.org/browse/gnome-desktop;
 
 LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="3/10" # subslot = libgnome-desktop-3 soname version
+SLOT="3/12" # subslot = libgnome-desktop-3 soname version
 IUSE="+introspection"
 if [[ ${PV} =  ]]; then
IUSE="${IUSE} doc"



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2015-05-12 Thread Gilles Dartiguelongue
commit: 6fb6d48864905d4858ba036abdd3f756b37d8cc8
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 19:07:49 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 19:07:49 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6fb6d488

gnome-base/gnome-desktop: 3.16.1 → 3.16.2

 .../{gnome-desktop-3.16.1.ebuild = gnome-desktop-3.16.2.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.16.1.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.16.2.ebuild
similarity index 100%
rename from gnome-base/gnome-desktop/gnome-desktop-3.16.1.ebuild
rename to gnome-base/gnome-desktop/gnome-desktop-3.16.2.ebuild



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2015-05-10 Thread Gilles Dartiguelongue
commit: 5cfa824edb4b89ad1c6ac6c9648eb44fb850b94b
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun May 10 22:11:52 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May 10 22:11:52 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5cfa824e

gnome-base/gnome-desktop: fix unittests

 gnome-base/gnome-desktop/gnome-desktop-3.16.1.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.16.1.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.16.1.ebuild
index c1fb82a..803ab47 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-3.16.1.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.16.1.ebuild
@@ -61,8 +61,5 @@ src_configure() {
 }
 
 src_test() {
-   # Makes unittest fail without this locale installed
-   rm ${S}/tests/he_IL* || die
-
Xemake check
 }



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2015-04-29 Thread Ole Reifschneider
commit: fdb00f5c8d61beda5f8d97550887bf58161d92c2
Author: Ole Reifschneider tranquility AT gentoo DOT org
AuthorDate: Mon Apr 27 20:42:57 2015 +
Commit: Ole Reifschneider tranquility AT gentoo DOT org
CommitDate: Mon Apr 27 20:42:57 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=fdb00f5c

Bump gnome-desktop to 3.16.1

Package-Manager: portage-2.2.18
Manifest-Sign-Key: 7E8B4D42

 ...top-.ebuild = gnome-desktop-3.16.1.ebuild} | 54 ++
 gnome-base/gnome-desktop/gnome-desktop-.ebuild |  4 +-
 2 files changed, 7 insertions(+), 51 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.16.1.ebuild
similarity index 59%
copy from gnome-base/gnome-desktop/gnome-desktop-.ebuild
copy to gnome-base/gnome-desktop/gnome-desktop-3.16.1.ebuild
index 57ebca8..c1fb82a 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.16.1.ebuild
@@ -1,14 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-desktop/gnome-desktop-3.14.2.ebuild,v 
1.3 2015/03/15 13:22:37 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
 
 inherit gnome2 virtualx
-if [[ ${PV} =  ]]; then
-   inherit git-2 gnome2-live
-fi
 
 DESCRIPTION=Libraries for the gnome desktop that are not part of the UI
 HOMEPAGE=https://git.gnome.org/browse/gnome-desktop;
@@ -16,12 +13,7 @@ HOMEPAGE=https://git.gnome.org/browse/gnome-desktop;
 LICENSE=GPL-2+ FDL-1.1+ LGPL-2+
 SLOT=3/10 # subslot = libgnome-desktop-3 soname version
 IUSE=+introspection
-if [[ ${PV} =  ]]; then
-   IUSE=${IUSE} doc
-   KEYWORDS=
-else
-   KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris
-fi
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris
 
 # cairo[X] needed for gnome-bg
 COMMON_DEPEND=
@@ -43,7 +35,7 @@ RDEPEND=${COMMON_DEPEND}
 DEPEND=${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.1.2
dev-util/gdbus-codegen
-   =dev-util/gtk-doc-am-1.4
+   =dev-util/gtk-doc-am-1.14
=dev-util/intltool-0.40.6
sys-devel/gettext
x11-proto/xproto
@@ -51,47 +43,11 @@ DEPEND=${COMMON_DEPEND}
virtual/pkgconfig
 
 
-if [[ ${PV} =  ]]; then
-   DEPEND=${DEPEND}
-   doc? ( =dev-util/gtk-doc-1.4 )
-   app-text/yelp-tools
-fi
-
 # Includes X11/Xatom.h in libgnome-desktop/gnome-bg.c which comes from xproto
 # Includes X11/extensions/Xrandr.h that includes randr.h from randrproto (and
 # eventually libXrandr shouldn't RDEPEND on randrproto)
 
-src_unpack() {
-   gnome2_src_unpack
-
-   if [[ ${PV} =  ]]; then
-   # pnp.ids are only provided with the gnome-desktop tarball;
-   # for the live version, we have to get them from hwdata git
-   unset gnome_desktop_LIVE_BRANCH
-   unset gnome_destkop_LIVE_COMMIT
-   unset gnome_desktop_LIVE_REPO
-   unset EGIT_BRANCH
-   unset EGIT_COMMIT
-   unset EGIT_DIR
-   unset EGIT_MASTER
-   EGIT_PROJECT=gnome-desktop_hwdata
-   EGIT_REPO_URI=git://git.fedorahosted.org/hwdata.git
-   EGIT_SOURCEDIR=${WORKDIR}/hwdata
-   git-2_src_unpack
-   ln -sf ${WORKDIR}/hwdata/pnp.ids ${S}/libgnome-desktop/ ||
-   die ln -sf failed
-   fi
-}
-
 src_configure() {
-   local myconf=
-
-   if [[ ${PV} =  ]]; then
-   myconf=${myconf} $(use_enable doc gtk-doc)
-   else
-   myconf=${myconf} ITSTOOL=$(type -P true)
-   fi
-
DOCS=AUTHORS ChangeLog HACKING NEWS README
# Note: do *not* use --with-pnp-ids-path argument. Otherwise, the 
pnp.ids
# file (needed by other packages such as =gnome-settings-daemon-3.1.2)
@@ -101,7 +57,7 @@ src_configure() {
--with-gnome-distributor=Gentoo \
--enable-desktop-docs \
$(use_enable introspection) \
-   ${myconf}
+   ITSTOOL=$(type -P true)
 }
 
 src_test() {

diff --git a/gnome-base/gnome-desktop/gnome-desktop-.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
index 57ebca8..e25fbbf 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -43,7 +43,7 @@ RDEPEND=${COMMON_DEPEND}
 DEPEND=${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.1.2
  

[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2014-12-22 Thread Gilles Dartiguelongue
commit: 6efdde04a1c60ba12d22165775b08369942b860b
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Mon Dec 22 23:05:25 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Mon Dec 22 23:05:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6efdde04

gnome-base/gnome-desktop: moved to gentoo-x86

---
 .../gnome-desktop/gnome-desktop-3.14.2.ebuild  | 68 --
 1 file changed, 68 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.14.2.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.14.2.ebuild
deleted file mode 100644
index 80549dc..000
--- a/gnome-base/gnome-desktop/gnome-desktop-3.14.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-GCONF_DEBUG=yes
-
-inherit gnome2 virtualx
-
-DESCRIPTION=Libraries for the gnome desktop that are not part of the UI
-HOMEPAGE=https://git.gnome.org/browse/gnome-desktop;
-
-LICENSE=GPL-2+ FDL-1.1+ LGPL-2+
-SLOT=3/10 # subslot = libgnome-desktop-3 soname version
-IUSE=+introspection
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris
-
-# cairo[X] needed for gnome-bg
-COMMON_DEPEND=
-   app-text/iso-codes
-   =dev-libs/glib-2.38:2
-   =x11-libs/gdk-pixbuf-2.21.3:2[introspection?]
-   =x11-libs/gtk+-3.3.6:3[introspection?]
-   =x11-libs/libXext-1.1
-   =x11-libs/libXrandr-1.3
-   x11-libs/cairo:=[X]
-   x11-libs/libX11
-   x11-misc/xkeyboard-config
-   =gnome-base/gsettings-desktop-schemas-3.5.91
-   introspection? ( =dev-libs/gobject-introspection-0.9.7 )
-
-RDEPEND=${COMMON_DEPEND}
-   !gnome-base/gnome-desktop-2.32.1-r1:2[doc]
-
-DEPEND=${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   dev-util/gdbus-codegen
-   =dev-util/gtk-doc-am-1.4
-   =dev-util/intltool-0.40.6
-   sys-devel/gettext
-   x11-proto/xproto
-   =x11-proto/randrproto-1.2
-   virtual/pkgconfig
-
-
-# Includes X11/Xatom.h in libgnome-desktop/gnome-bg.c which comes from xproto
-# Includes X11/extensions/Xrandr.h that includes randr.h from randrproto (and
-# eventually libXrandr shouldn't RDEPEND on randrproto)
-
-src_configure() {
-   DOCS=AUTHORS ChangeLog HACKING NEWS README
-   # Note: do *not* use --with-pnp-ids-path argument. Otherwise, the 
pnp.ids
-   # file (needed by other packages such as =gnome-settings-daemon-3.1.2)
-   # will not get installed in ${pnpdatadir} 
(/usr/share/libgnome-desktop-3.0).
-   gnome2_src_configure \
-   --disable-static \
-   --with-gnome-distributor=Gentoo \
-   --enable-desktop-docs \
-   $(use_enable introspection) \
-   ITSTOOL=$(type -P true)
-}
-
-src_test() {
-   # Makes unittest fail without this locale installed
-   rm ${S}/tests/he_IL* || die
-
-   Xemake check
-}



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2014-11-23 Thread Gilles Dartiguelongue
commit: f4330ebed9638a5e468ec34bf171ca7e6b0d4b00
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Nov 23 19:29:27 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Nov 23 19:29:27 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f4330ebe

gnome-base/gnome-desktop: 3.14.1 → 3.14.2

---
 .../{gnome-desktop-3.14.1.ebuild = gnome-desktop-3.14.2.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.14.1.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.14.2.ebuild
similarity index 100%
rename from gnome-base/gnome-desktop/gnome-desktop-3.14.1.ebuild
rename to gnome-base/gnome-desktop/gnome-desktop-3.14.2.ebuild



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2014-10-26 Thread Gilles Dartiguelongue
commit: 5974248ccd1c69e025a38042f9c6c969e0f633d5
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Oct 26 17:25:49 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct 26 17:25:49 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5974248c

gnome-base/gnome-desktop: fix a typo

---
 gnome-base/gnome-desktop/gnome-desktop-3.14.1.ebuild | 2 +-
 gnome-base/gnome-desktop/gnome-desktop-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.14.1.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.14.1.ebuild
index 7337ead..80549dc 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-3.14.1.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.14.1.ebuild
@@ -62,7 +62,7 @@ src_configure() {
 
 src_test() {
# Makes unittest fail without this locale installed
-   rm ${S}/tests/he_IL* || due
+   rm ${S}/tests/he_IL* || die
 
Xemake check
 }

diff --git a/gnome-base/gnome-desktop/gnome-desktop-.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
index d6779da..57ebca8 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
@@ -106,7 +106,7 @@ src_configure() {
 
 src_test() {
# Makes unittest fail without this locale installed
-   rm ${S}/tests/he_IL* || due
+   rm ${S}/tests/he_IL* || die
 
Xemake check
 }



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2014-10-15 Thread Gilles Dartiguelongue
commit: 35d6043e61644d561f5ed4006860e5f24233bb4a
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Wed Oct 15 22:19:48 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Wed Oct 15 22:19:48 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=35d6043e

gnome-base/gnome-desktop: 3.14.0 → 3.14.1

---
 .../{gnome-desktop-3.14.0.ebuild = gnome-desktop-3.14.1.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.14.0.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.14.1.ebuild
similarity index 100%
rename from gnome-base/gnome-desktop/gnome-desktop-3.14.0.ebuild
rename to gnome-base/gnome-desktop/gnome-desktop-3.14.1.ebuild



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2014-10-11 Thread Gilles Dartiguelongue
commit: 16e5ff76343bfdd281d2173b411535ffe6790aee
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sat Oct 11 16:21:59 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sat Oct 11 16:34:10 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=16e5ff76

gnome-base/gnome-desktop: 3.12.2 → 3.14.0

---
 ...ome-desktop-3.12.1.ebuild = gnome-desktop-3.14.0.ebuild} | 12 ++--
 gnome-base/gnome-desktop/gnome-desktop-.ebuild   | 12 ++--
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.12.1.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.14.0.ebuild
similarity index 90%
rename from gnome-base/gnome-desktop/gnome-desktop-3.12.1.ebuild
rename to gnome-base/gnome-desktop/gnome-desktop-3.14.0.ebuild
index 4d99099..7337ead 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-3.12.1.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.14.0.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 GCONF_DEBUG=yes
 
-inherit gnome2
+inherit gnome2 virtualx
 
 DESCRIPTION=Libraries for the gnome desktop that are not part of the UI
 HOMEPAGE=https://git.gnome.org/browse/gnome-desktop;
@@ -18,7 +18,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh 
~sparc ~x86 ~x86-fbsd ~
 # cairo[X] needed for gnome-bg
 COMMON_DEPEND=
app-text/iso-codes
-   =dev-libs/glib-2.35:2
+   =dev-libs/glib-2.38:2
=x11-libs/gdk-pixbuf-2.21.3:2[introspection?]
=x11-libs/gtk+-3.3.6:3[introspection?]
=x11-libs/libXext-1.1
@@ -34,6 +34,7 @@ RDEPEND=${COMMON_DEPEND}
 
 DEPEND=${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.1.2
+   dev-util/gdbus-codegen
=dev-util/gtk-doc-am-1.4
=dev-util/intltool-0.40.6
sys-devel/gettext
@@ -58,3 +59,10 @@ src_configure() {
$(use_enable introspection) \
ITSTOOL=$(type -P true)
 }
+
+src_test() {
+   # Makes unittest fail without this locale installed
+   rm ${S}/tests/he_IL* || due
+
+   Xemake check
+}

diff --git a/gnome-base/gnome-desktop/gnome-desktop-.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
index 6733c1e..d6779da 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 GCONF_DEBUG=yes
 
-inherit gnome2
+inherit gnome2 virtualx
 if [[ ${PV} =  ]]; then
inherit git-2 gnome2-live
 fi
@@ -26,7 +26,7 @@ fi
 # cairo[X] needed for gnome-bg
 COMMON_DEPEND=
app-text/iso-codes
-   =dev-libs/glib-2.35:2
+   =dev-libs/glib-2.38:2
=x11-libs/gdk-pixbuf-2.21.3:2[introspection?]
=x11-libs/gtk+-3.3.6:3[introspection?]
=x11-libs/libXext-1.1
@@ -42,6 +42,7 @@ RDEPEND=${COMMON_DEPEND}
 
 DEPEND=${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.1.2
+   dev-util/gdbus-codegen
=dev-util/gtk-doc-am-1.4
=dev-util/intltool-0.40.6
sys-devel/gettext
@@ -102,3 +103,10 @@ src_configure() {
$(use_enable introspection) \
${myconf}
 }
+
+src_test() {
+   # Makes unittest fail without this locale installed
+   rm ${S}/tests/he_IL* || due
+
+   Xemake check
+}



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2014-04-22 Thread Gilles Dartiguelongue
commit: bcc3f9bd854fe4e8d9f84c99ffadc1720d95b08a
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue Apr 22 21:37:11 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue Apr 22 21:37:11 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bcc3f9bd

gnome-base/gnome-desktop: 3.12.0 → 3.12.1

---
 .../{gnome-desktop-3.12.0.ebuild = gnome-desktop-3.12.1.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.12.0.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.12.1.ebuild
similarity index 100%
rename from gnome-base/gnome-desktop/gnome-desktop-3.12.0.ebuild
rename to gnome-base/gnome-desktop/gnome-desktop-3.12.1.ebuild



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2014-04-15 Thread Gilles Dartiguelongue
commit: bfa6fbd55587397dc3d0f4663108292ac0b11455
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sat Apr 12 23:15:57 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue Apr 15 22:00:24 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bfa6fbd5

gnome-base/gnome-desktop: 3.10.2 → 3.12.0

---
 ...top-.ebuild = gnome-desktop-3.12.0.ebuild} | 55 ++
 gnome-base/gnome-desktop/gnome-desktop-.ebuild |  7 ++-
 2 files changed, 8 insertions(+), 54 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.12.0.ebuild
similarity index 55%
copy from gnome-base/gnome-desktop/gnome-desktop-.ebuild
copy to gnome-base/gnome-desktop/gnome-desktop-3.12.0.ebuild
index 9b92736..4d99099 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.12.0.ebuild
@@ -1,27 +1,19 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 GCONF_DEBUG=yes
 
-inherit eutils gnome2 multilib
-if [[ ${PV} =  ]]; then
-   inherit git-2 gnome2-live
-fi
+inherit gnome2
 
 DESCRIPTION=Libraries for the gnome desktop that are not part of the UI
 HOMEPAGE=https://git.gnome.org/browse/gnome-desktop;
 
 LICENSE=GPL-2+ FDL-1.1+ LGPL-2+
-SLOT=3/8 # subslot = libgnome-desktop-3 soname version
+SLOT=3/10 # subslot = libgnome-desktop-3 soname version
 IUSE=+introspection
-if [[ ${PV} =  ]]; then
-   IUSE=${IUSE} doc
-   KEYWORDS=
-else
-   KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris
-fi
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris
 
 # cairo[X] needed for gnome-bg
 COMMON_DEPEND=
@@ -32,7 +24,6 @@ COMMON_DEPEND=
=x11-libs/libXext-1.1
=x11-libs/libXrandr-1.3
x11-libs/cairo:=[X]
-   x11-libs/libxkbfile
x11-libs/libX11
x11-misc/xkeyboard-config
=gnome-base/gsettings-desktop-schemas-3.5.91
@@ -51,47 +42,11 @@ DEPEND=${COMMON_DEPEND}
virtual/pkgconfig
 
 
-if [[ ${PV} =  ]]; then
-   DEPEND=${DEPEND}
-   doc? ( =dev-util/gtk-doc-1.4 )
-   app-text/yelp-tools
-fi
-
 # Includes X11/Xatom.h in libgnome-desktop/gnome-bg.c which comes from xproto
 # Includes X11/extensions/Xrandr.h that includes randr.h from randrproto (and
 # eventually libXrandr shouldn't RDEPEND on randrproto)
 
-src_unpack() {
-   gnome2_src_unpack
-
-   if [[ ${PV} =  ]]; then
-   # pnp.ids are only provided with the gnome-desktop tarball;
-   # for the live version, we have to get them from hwdata git
-   unset gnome_desktop_LIVE_BRANCH
-   unset gnome_destkop_LIVE_COMMIT
-   unset gnome_desktop_LIVE_REPO
-   unset EGIT_BRANCH
-   unset EGIT_COMMIT
-   unset EGIT_DIR
-   unset EGIT_MASTER
-   EGIT_PROJECT=gnome-desktop_hwdata
-   EGIT_REPO_URI=git://git.fedorahosted.org/hwdata.git
-   EGIT_SOURCEDIR=${WORKDIR}/hwdata
-   git-2_src_unpack
-   ln -sf ${WORKDIR}/hwdata/pnp.ids ${S}/libgnome-desktop/ ||
-   die ln -sf failed
-   fi
-}
-
 src_configure() {
-   local myconf=
-
-   if [[ ${PV} =  ]]; then
-   myconf=${myconf} $(use_enable doc gtk-doc)
-   else
-   myconf=${myconf} ITSTOOL=$(type -P true)
-   fi
-
DOCS=AUTHORS ChangeLog HACKING NEWS README
# Note: do *not* use --with-pnp-ids-path argument. Otherwise, the 
pnp.ids
# file (needed by other packages such as =gnome-settings-daemon-3.1.2)
@@ -101,5 +56,5 @@ src_configure() {
--with-gnome-distributor=Gentoo \
--enable-desktop-docs \
$(use_enable introspection) \
-   ${myconf}
+   ITSTOOL=$(type -P true)
 }

diff --git a/gnome-base/gnome-desktop/gnome-desktop-.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
index 9b92736..6733c1e 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 GCONF_DEBUG=yes
 
-inherit eutils gnome2 multilib
+inherit gnome2
 if [[ ${PV} =  ]]; then
inherit git-2 gnome2-live
 fi
@@ -14,7 +14,7 @@ DESCRIPTION=Libraries for the gnome desktop that are not 
part of the UI
 HOMEPAGE=https://git.gnome.org/browse/gnome-desktop;
 
 LICENSE=GPL-2+