commit:     24f014e740460a52baeb6755b5b64c40a55d4f7b
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 20:20:09 2019 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun May 12 21:01:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f014e7

mate-base/caja: Bump to 1.22.1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>

 mate-base/caja/Manifest           |  1 +
 mate-base/caja/caja-1.22.1.ebuild | 90 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 91 insertions(+)

diff --git a/mate-base/caja/Manifest b/mate-base/caja/Manifest
index 26f5ee12bd5..0c29ef9464f 100644
--- a/mate-base/caja/Manifest
+++ b/mate-base/caja/Manifest
@@ -1 +1,2 @@
 DIST caja-1.22.0.tar.xz 3562792 BLAKE2B 
2f2a1d909e5e5a333228326b34daf8b5f461c836d2b132a78d53f93b14ab9ade5f39159adcb2ddb729838eca3eecdac1c0d3b98a875769bce942cd38cf88b664
 SHA512 
ca97a1e81cc7b061bb331d7a4574c76831dbff50bdc9ba0a162675def7278cf5dadb37aacb0e1e37a0ac2cf60df73f98353aaa36fa0e69a0097017eed5d325b6
+DIST caja-1.22.1.tar.xz 3462248 BLAKE2B 
d9c7c643778678e9562e0a2b79d04ea13eddd58dce00820d78452d670438aaef2ac86cc7ce341437c1496094ee625f462d0654c53a26705e835a6c612549792f
 SHA512 
dea2e9cac7802df5335a716a1a7df149b637014525202600f4bf3eab293eff29bf2df66df22203aa036898149cb26ba1d05491234dc75203480925cce0333a17

diff --git a/mate-base/caja/caja-1.22.1.ebuild 
b/mate-base/caja/caja-1.22.1.ebuild
new file mode 100644
index 00000000000..950c9b46a39
--- /dev/null
+++ b/mate-base/caja/caja-1.22.1.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate virtualx
+
+if [[ ${PV} != 9999 ]]; then
+       KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Caja file manager for the MATE desktop"
+LICENSE="GPL-2 LGPL-2 FDL-1.1"
+SLOT="0"
+
+IUSE="+introspection +mate packagekit xmp"
+
+RDEPEND="
+       dev-libs/atk
+       >=dev-libs/glib-2.50:2
+       >=dev-libs/libxml2-2.4.7:2
+       gnome-base/dconf
+       >=gnome-base/gvfs-1.10.1:0[udisks]
+       >=mate-base/mate-desktop-1.17.3:0
+       >=media-libs/libexif-0.6.14:0
+       virtual/libintl
+       x11-libs/cairo
+       x11-libs/gdk-pixbuf:2
+       >=x11-libs/gtk+-3.22:3[introspection?]
+       >=x11-libs/libnotify-0.7.0:0
+       x11-libs/libICE
+       x11-libs/libSM
+       x11-libs/libX11
+       x11-libs/libXext
+       x11-libs/libXft
+       x11-libs/libXrender
+       >=x11-libs/pango-1.1.2
+       introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
+       packagekit? ( app-admin/packagekit-base )
+       xmp? ( >=media-libs/exempi-1.99.5:2 )
+       !!mate-base/mate-file-manager"
+
+DEPEND="${RDEPEND}
+       >=dev-lang/perl-5:=
+       dev-util/gdbus-codegen
+       dev-util/glib-utils
+       dev-util/gtk-doc
+       dev-util/gtk-doc-am
+       >=dev-util/intltool-0.40.1
+       sys-devel/gettext
+       virtual/pkgconfig"
+
+PDEPEND="mate? ( >=x11-themes/mate-icon-theme-${MATE_BRANCH} )"
+
+# TODO: Test fails because Caja is not merged yet:
+# GLib-GIO-ERROR **: Settings schema 'org.mate.caja.preferences' is not 
installed
+RESTRICT="test"
+
+src_prepare() {
+       # Remove unnecessary CFLAGS.
+       sed -i -e 's:-DG.*DISABLE_DEPRECATED::g' \
+               configure.ac eel/Makefile.am || die
+
+       mate_src_prepare
+}
+
+src_configure() {
+       mate_src_configure \
+               --disable-update-mimedb \
+               $(use_enable introspection) \
+               $(use_enable packagekit) \
+               $(use_enable xmp)
+}
+
+src_test() {
+       unset SESSION_MANAGER
+       unset DBUS_SESSION_BUS_ADDRESS
+
+       Xemake check || die "Test phase failed"
+}
+
+pkg_postinst() {
+       mate_pkg_postinst
+
+       elog "Caja can use gstreamer to preview audio files. Just make sure"
+       elog "to have the necessary plugins available to play the media type 
you"
+       elog "want to preview."
+}

Reply via email to