Skip to content

Commit

Permalink
mate-base/caja: Drop old
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <[email protected]>
  • Loading branch information
NP-Hardass committed Jun 30, 2021
1 parent 8a12e94 commit 2432af1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 101 deletions.
1 change: 0 additions & 1 deletion mate-base/caja/Manifest

This file was deleted.

10 changes: 3 additions & 7 deletions mate-base/caja/caja-1.24.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -15,7 +15,7 @@ DESCRIPTION="Caja file manager for the MATE desktop"
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"

IUSE="+introspection +mate packagekit selinux xmp"
IUSE="+introspection +mate packagekit xmp"

COMMON_DEPEND="
dev-libs/atk
Expand All @@ -38,7 +38,6 @@ COMMON_DEPEND="
>=x11-libs/pango-1.1.2
introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
packagekit? ( app-admin/packagekit-base )
selinux? ( sys-libs/libselinux )
xmp? ( >=media-libs/exempi-1.99.5:2 )
"

Expand All @@ -63,8 +62,6 @@ PDEPEND="mate? ( >=x11-themes/mate-icon-theme-${MATE_BRANCH} )"
# GLib-GIO-ERROR **: Settings schema 'org.mate.caja.preferences' is not installed
RESTRICT="test"

PATCHES=( "${FILESDIR}/${PN}-1.24.0-fix-selinux-automagic-dep.patch" )

src_prepare() {
# Remove unnecessary CFLAGS.
sed -i -e 's:-DG.*DISABLE_DEPRECATED::g' \
Expand All @@ -78,15 +75,14 @@ src_configure() {
--disable-update-mimedb \
$(use_enable introspection) \
$(use_enable packagekit) \
$(use_enable selinux) \
$(use_enable xmp)
}

src_test() {
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS

virtx emake check || die "Test phase failed"
Xemake check || die "Test phase failed"
}

pkg_postinst() {
Expand Down
93 changes: 0 additions & 93 deletions mate-base/caja/caja-1.24.0.ebuild

This file was deleted.

0 comments on commit 2432af1

Please sign in to comment.