commit:     c00cb07fa4170b87015cbfb37df3f5965fd2dfa3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 04:52:37 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 05:00:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00cb07f

app-arch/xarchiver: Bump to 0.5.4.22

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/xarchiver/Manifest                  |  1 +
 app-arch/xarchiver/xarchiver-0.5.4.22.ebuild | 61 ++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/app-arch/xarchiver/Manifest b/app-arch/xarchiver/Manifest
index 711de983aa97..730bda9c0441 100644
--- a/app-arch/xarchiver/Manifest
+++ b/app-arch/xarchiver/Manifest
@@ -1 +1,2 @@
 DIST xarchiver-0.5.4.21.tar.gz 1132417 BLAKE2B 
38a426d4a7ac53a471aba7dec8d1da64e6bb4bab3d7efb5e8e1326dcbdfd1e98e66dab43d50cc847fb37ee754d8996233c23503f2a57776ed8e4b96da425462e
 SHA512 
7befe5427636aaa27b669c503832927731cc9da27c698f3e2ea06d8b4579d95096613a41b54919eb3f9314791d32e73b6aecdb5e6af7b10dd154861377f2f5c4
+DIST xarchiver-0.5.4.22.tar.gz 1125943 BLAKE2B 
545061ef8dda7b7d0bdf6025536310705548e48d7f60ba4484900882fb97b0c56f3faac97bb64516f6a919d04b8de082175c020951676ee4b4f59ebd1ca93a74
 SHA512 
e5c773fbe3d29d998e6aa10eca6cfda5a78defe8d4759d95c894b06f00c22900c8c5cca2ab39066904d19ec1c73fd7326ac16c09ca50c4520621e326f3717887

diff --git a/app-arch/xarchiver/xarchiver-0.5.4.22.ebuild 
b/app-arch/xarchiver/xarchiver-0.5.4.22.ebuild
new file mode 100644
index 000000000000..7ac6a12c9715
--- /dev/null
+++ b/app-arch/xarchiver/xarchiver-0.5.4.22.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A GTK+ archive manager that can be used with Thunar"
+HOMEPAGE="https://github.com/ib/xarchiver/";
+SRC_URI="
+       https://github.com/ib/xarchiver/archive/${PV}.tar.gz -> ${P}.tar.gz
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="doc"
+
+DEPEND="
+       >=dev-libs/glib-2:=
+       x11-libs/gtk+:3=
+"
+RDEPEND="
+       ${DEPEND}
+"
+BDEPEND="
+       dev-util/intltool
+       sys-devel/gettext
+       virtual/pkgconfig
+       doc? (
+               app-text/docbook-xml-dtd
+               app-text/docbook-xsl-stylesheets
+               dev-libs/libxml2
+               dev-libs/libxslt
+       )
+"
+
+src_configure() {
+       local myconf=(
+               $(use_enable doc)
+       )
+       econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+       xdg_desktop_database_update
+       xdg_icon_cache_update
+
+       elog "You need external programs for some formats, including:"
+       elog "7zip - app-arch/p7zip"
+       elog "arj - app-arch/arj"
+       elog "lha - app-arch/lha"
+       elog "lzop - app-arch/lzop"
+       elog "rar - app-arch/unrar app-arch/rar"
+       elog "zip - app-arch/unzip app-arch/zip"
+}
+
+pkg_postrm() {
+       xdg_desktop_database_update
+       xdg_icon_cache_update
+}

Reply via email to