summaryrefslogtreecommitdiff
path: root/app-arch/engrampa/engrampa-1.26.0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-22 07:49:59 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-22 07:49:59 +0000
commit591f45259704c7c0c4289228107c6ee61457420e (patch)
tree5e8d5d28f7699a5b31d1c2b112b2bb84fe36bc42 /app-arch/engrampa/engrampa-1.26.0-r1.ebuild
parent9f4b8d7fbdb3e35f8854c2e1c63926e383d299ea (diff)
gentoo auto-resync : 22:12:2023 - 07:49:59
Diffstat (limited to 'app-arch/engrampa/engrampa-1.26.0-r1.ebuild')
-rw-r--r--app-arch/engrampa/engrampa-1.26.0-r1.ebuild74
1 files changed, 0 insertions, 74 deletions
diff --git a/app-arch/engrampa/engrampa-1.26.0-r1.ebuild b/app-arch/engrampa/engrampa-1.26.0-r1.ebuild
deleted file mode 100644
index 3d8bd7013852..000000000000
--- a/app-arch/engrampa/engrampa-1.26.0-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == 9999* ]]; then
- EGIT_REPO_URI="https://github.com/mate-desktop/${PN}.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/mate-desktop/${PN}/archive/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-inherit mate optfeature
-
-DESCRIPTION="Engrampa archive manager for MATE"
-HOMEPAGE="https://mate-desktop.org/ https://github.com/mate-desktop/engrampa"
-
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-IUSE="caja magic"
-
-DEPEND="
- >=dev-libs/glib-2.50:2
- >=dev-libs/json-glib-0.14
- virtual/libintl
- x11-libs/gdk-pixbuf:2
- >=x11-libs/gtk+-3.22:3[X]
- x11-libs/libSM
- x11-libs/pango
- caja? ( >=mate-base/caja-1.17.1 )
- magic? ( sys-apps/file )
-"
-RDEPEND="
- ${DEPEND}
- virtual/libintl
-"
-BDEPEND="
- app-text/yelp-tools
- dev-util/glib-utils
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.26.0-clang16.patch
-)
-
-src_configure() {
- mate_src_configure \
- --disable-run-in-place \
- $(use_enable caja caja-actions) \
- $(use_enable magic) \
- --disable-packagekit
-}
-
-pkg_postinst() {
- mate_pkg_postinst
-
- optfeature "Support for 7-zip" app-arch/p7zip
- optfeature "Support for ace" app-arch/unace
- optfeature "Support for arj" app-arch/arj
- optfeature "Support for cpio" app-arch/cpio
- optfeature "Support for deb" app-arch/dpkg
- optfeature "Support for iso" app-cdr/cdrtools
- optfeature "Support for jar,zip" app-arch/zip app-arch/unzip
- optfeature "Support for lha" app-arch/lha
- optfeature "Support for lzma" app-arch/xz-utils
- optfeature "Support for lzop" app-arch/lzop
- optfeature "Support for rar" app-arch/unrar
- optfeature "Support for rpm" app-arch/rpm
- optfeature "Support for unstuff" app-arch/stuffit
- optfeature "Support for zoo" app-arch/zoo
-}