diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /app-arch/file-roller | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'app-arch/file-roller')
| -rw-r--r-- | app-arch/file-roller/Manifest | 2 | ||||
| -rw-r--r-- | app-arch/file-roller/file-roller-44.5.ebuild | 103 | ||||
| -rw-r--r-- | app-arch/file-roller/file-roller-44.6.ebuild | 103 | ||||
| -rw-r--r-- | app-arch/file-roller/files/44.4-packages.match | 35 | ||||
| -rw-r--r-- | app-arch/file-roller/metadata.xml | 15 |
5 files changed, 0 insertions, 258 deletions
diff --git a/app-arch/file-roller/Manifest b/app-arch/file-roller/Manifest deleted file mode 100644 index ae5548eb3818..000000000000 --- a/app-arch/file-roller/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST file-roller-44.5.tar.xz 1047784 BLAKE2B 89438c6bd0680c8dbbcf226d5e834030e7a4a65cf832903bdcca00cbd94bb05e0ede1f335cdca576978cc8ae23d9365e8ef5583d21c1a7a12fb553bb624a4dec SHA512 a35aaf475ed86e23c6693eaccd21aa8e216e5996d4110c808e773e114f0db3db70678b3b96b27bce083beaa1bd527c52bd5841eb21ba7b195c4015f97aceeaf3 -DIST file-roller-44.6.tar.xz 1052532 BLAKE2B da9f97578ffdc77a437483bb4b17120933939ce75eea1cf6c756ba2bc24908646136cf82b4d2738c03707cf41af43790ac3ae7af92908164b6b7eb424c84461a SHA512 c6d08c09a7fb0aa8a6e8a922f016863dbeca776f5ed83a18a7c5732e34e9215254a3147690cba387aa5107fab1b72cbc1011bc64d71bd5f35bab37bbdcd5cdea diff --git a/app-arch/file-roller/file-roller-44.5.ebuild b/app-arch/file-roller/file-roller-44.5.ebuild deleted file mode 100644 index 5e2ea973c163..000000000000 --- a/app-arch/file-roller/file-roller-44.5.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson readme.gentoo-r1 xdg - -DESCRIPTION="Archive manager for GNOME" -HOMEPAGE="https://gitlab.gnome.org/GNOME/file-roller" - -LICENSE="GPL-2+ CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" -IUSE="gtk-doc +introspection nautilus" -REQUIRED_USE="gtk-doc? ( introspection )" - -# gdk-pixbuf used extensively in the source -# cairo used in eggtreemultidnd.c -# pango used in fr-window -RDEPEND=" - >=dev-libs/glib-2.38:2 - >=gui-libs/gtk-4.12.0:4[introspection?] - >=gui-libs/libadwaita-1.2:1 - nautilus? ( >=gnome-base/nautilus-43.0 ) - >=dev-libs/json-glib-0.14 - >=app-arch/libarchive-3.2:= - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/pango -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - gtk-doc? ( dev-util/gi-docgen ) -" - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS=" -${PN} is a frontend for several archiving utilities. If you want a -particular archive format support, see ${HOMEPAGE} -and install the relevant package. For example: -7-zip - app-arch/7zip or app-arch/p7zip -ace - app-arch/unace -arj - app-arch/arj -brotli - app-arch/brotli -cpio - app-alternatives/cpio -deb - app-arch/dpkg -iso - app-cdr/cdrtools -jar,zip - app-arch/zip and app-arch/unzip -lha - app-arch/lha -lzop - app-arch/lzop -lz4 - app-arch/lz4 -rar - app-arch/unrar or app-arch/unar -rpm - app-arch/rpm -unstuff - app-arch/stuffit -zstd - app-arch/zstd -zoo - app-arch/zoo" - -src_prepare() { - # File providing Gentoo package names for various archivers - cp -v "${FILESDIR}"/44.4-packages.match data/packages.match || die - - default - xdg_environment_reset -} - -src_configure() { - local emesonargs=( - -Drun-in-place=false - $(meson_feature nautilus nautilus-actions) - -Dnotification=enabled - -Duse_native_appchooser=false - -Dpackagekit=false - -Dlibarchive=enabled - $(meson_feature introspection) - $(meson_feature gtk-doc api_docs) - ) - meson_src_configure -} - -src_install() { - meson_src_install - if use gtk-doc; then - mkdir -p "${ED}"/usr/share/gtk-doc/ || die - mv "${ED}"/usr/share/doc/file-roller "${ED}"/usr/share/gtk-doc/file-roller || die - fi - readme.gentoo_create_doc -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update - readme.gentoo_print_elog -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-arch/file-roller/file-roller-44.6.ebuild b/app-arch/file-roller/file-roller-44.6.ebuild deleted file mode 100644 index c51ed3119d53..000000000000 --- a/app-arch/file-roller/file-roller-44.6.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson readme.gentoo-r1 xdg - -DESCRIPTION="Archive manager for GNOME" -HOMEPAGE="https://gitlab.gnome.org/GNOME/file-roller" - -LICENSE="GPL-2+ CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" -IUSE="gtk-doc +introspection nautilus" -REQUIRED_USE="gtk-doc? ( introspection )" - -# gdk-pixbuf used extensively in the source -# cairo used in eggtreemultidnd.c -# pango used in fr-window -RDEPEND=" - >=dev-libs/glib-2.38:2 - >=gui-libs/gtk-4.12.0:4[introspection?] - >=gui-libs/libadwaita-1.2:1 - nautilus? ( >=gnome-base/nautilus-43.0 ) - >=dev-libs/json-glib-0.14 - >=app-arch/libarchive-3.2:= - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/pango -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - gtk-doc? ( dev-util/gi-docgen ) -" - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS=" -${PN} is a frontend for several archiving utilities. If you want a -particular archive format support, see ${HOMEPAGE} -and install the relevant package. For example: -7-zip - app-arch/7zip or app-arch/p7zip -ace - app-arch/unace -arj - app-arch/arj -brotli - app-arch/brotli -cpio - app-alternatives/cpio -deb - app-arch/dpkg -iso - app-cdr/cdrtools -jar,zip - app-arch/zip and app-arch/unzip -lha - app-arch/lha -lzop - app-arch/lzop -lz4 - app-arch/lz4 -rar - app-arch/unrar or app-arch/unar -rpm - app-arch/rpm -unstuff - app-arch/stuffit -zstd - app-arch/zstd -zoo - app-arch/zoo" - -src_prepare() { - # File providing Gentoo package names for various archivers - cp -v "${FILESDIR}"/44.4-packages.match data/packages.match || die - - default - xdg_environment_reset -} - -src_configure() { - local emesonargs=( - -Drun-in-place=false - $(meson_feature nautilus nautilus-actions) - -Dnotification=enabled - -Duse_native_appchooser=false - -Dpackagekit=false - -Dlibarchive=enabled - $(meson_feature introspection) - $(meson_feature gtk-doc api_docs) - ) - meson_src_configure -} - -src_install() { - meson_src_install - if use gtk-doc; then - mkdir -p "${ED}"/usr/share/gtk-doc/ || die - mv "${ED}"/usr/share/doc/file-roller "${ED}"/usr/share/gtk-doc/file-roller || die - fi - readme.gentoo_create_doc -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update - readme.gentoo_print_elog -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-arch/file-roller/files/44.4-packages.match b/app-arch/file-roller/files/44.4-packages.match deleted file mode 100644 index 37f353576722..000000000000 --- a/app-arch/file-roller/files/44.4-packages.match +++ /dev/null @@ -1,35 +0,0 @@ -[Package Matches] -7zip=app-arch/p7zip -7zip-full= -7zip-rar= -arj=app-arch/arj -binutils=sys-devel/binutils -brotli=app-arch/brotli -bzip2=app-arch/bzip2 -cpio=app-alternatives/cpio -dpkg=app-arch/dpkg -genisoimage=app-cdr/cdrtools -gzip=app-arch/gzip -lha=app-arch/lha -lrzip=app-arch/lrzip -lz4=app-arch/lz4 -lzip=app-arch/lzip -lzma=app-arch/xz-utils -lzop=app-arch/lzop -ncompress=app-arch/ncompress -rar=app-arch/rar -rpm=app-arch/rpm -rzip=app-arch/rzip -tar=app-arch/tar -unace=app-arch/unace -unalz= -unarchiver=app-arch/unar -unrar=app-arch/unrar -unsquashfs=sys-fs/squashfs-tools -unstaff= -unzip=app-arch/unzip -xz=app-arch/xz-utils -zip=app-arch/zip -zoo=app-arch/zoo -zstd=app-arch/zstd - diff --git a/app-arch/file-roller/metadata.xml b/app-arch/file-roller/metadata.xml deleted file mode 100644 index 95e520228548..000000000000 --- a/app-arch/file-roller/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <use> - <flag name="nautilus">Build contextual menu extension for <pkg>gnome-base/nautilus</pkg>.</flag> - </use> - <upstream> - <remote-id type="cpe">cpe:/a:paolo_bacchilega:file_roller</remote-id> - <remote-id type="gnome-gitlab">GNOME/file-roller</remote-id> - </upstream> -</pkgmetadata> |
