diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /app-text/xchm | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'app-text/xchm')
| -rw-r--r-- | app-text/xchm/Manifest | 2 | ||||
| -rw-r--r-- | app-text/xchm/files/xchm.desktop | 11 | ||||
| -rw-r--r-- | app-text/xchm/files/xchm.xml | 7 | ||||
| -rw-r--r-- | app-text/xchm/metadata.xml | 5 | ||||
| -rw-r--r-- | app-text/xchm/xchm-1.36-r1.ebuild | 48 | ||||
| -rw-r--r-- | app-text/xchm/xchm-1.37-r1.ebuild | 48 |
6 files changed, 0 insertions, 121 deletions
diff --git a/app-text/xchm/Manifest b/app-text/xchm/Manifest deleted file mode 100644 index 9522f2826868..000000000000 --- a/app-text/xchm/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST xchm-1.36.tar.gz 882212 BLAKE2B 8f11457664748fa3effb23102b23ee59c3184a408f6defa3bc7d7bf90c97357a74d33f5da6b7098011a1c23a9f3dd9a523076e367aa9547c9d72f25296b6c787 SHA512 0b7397cd188e47cf9e39c21081428356d858d7ff7e82dd928ef728f32d962ecd485ef2b44ff0c063bde67a605d7a4610f1f5100d1c30d691e6546434c615da65 -DIST xchm-1.37.tar.gz 893765 BLAKE2B 2dcfde8af982ad6ed65cd46f0897264785d5515ab8a9d1c898b9e8b794076a5be4c270da7c70f51919230881c8102bcd39054bd147e0c5e796f6f031f452d831 SHA512 284cdd92788aaa11be3cfbfb10c6537d465625bf9acfb40a0a8859f2c9b5fefc1f454a81046c86638d7dbad31a2bba7d859c34b945d9e8557287279c9572c0ac diff --git a/app-text/xchm/files/xchm.desktop b/app-text/xchm/files/xchm.desktop deleted file mode 100644 index a8842132a170..000000000000 --- a/app-text/xchm/files/xchm.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Type=Application -Version=1.0 -Name=xCHM -Comment=Compiled HTML Help (CHM) file viewer -Comment[fr]=Visionneuse de fichiers Compiled HTML Help (CHM) -Icon=xchm -TryExec=xchm -Exec=xchm %f -MimeType=application/x-chm; -Categories=Office;Viewer; diff --git a/app-text/xchm/files/xchm.xml b/app-text/xchm/files/xchm.xml deleted file mode 100644 index 08cb9ca3f4b8..000000000000 --- a/app-text/xchm/files/xchm.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> - <mime-type type="application/x-chm"> - <comment>Compiled HTML Help Format</comment> - <glob pattern="*.chm"/> - </mime-type> -</mime-info> diff --git a/app-text/xchm/metadata.xml b/app-text/xchm/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/app-text/xchm/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-text/xchm/xchm-1.36-r1.ebuild b/app-text/xchm/xchm-1.36-r1.ebuild deleted file mode 100644 index abd5558af5b0..000000000000 --- a/app-text/xchm/xchm-1.36-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -WX_GTK_VER="3.2-gtk3" - -inherit desktop wxwidgets xdg-utils - -DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" -HOMEPAGE="https://github.com/rzvncj/xCHM/" -SRC_URI="https://github.com/rzvncj/xCHM/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc ~riscv x86" -IUSE="nls" - -RDEPEND=">=dev-libs/chmlib-0.36 - x11-libs/wxGTK:${WX_GTK_VER}=[X] - nls? ( virtual/libintl )" -DEPEND="${RDEPEND}" -BDEPEND="nls? ( sys-devel/gettext )" - -src_configure() { - setup-wxwidgets - econf $(use_enable nls) -} - -src_install() { - default - - domenu "${FILESDIR}"/xchm.desktop - insinto /usr/share/mime/packages - doins "${FILESDIR}"/xchm.xml -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} diff --git a/app-text/xchm/xchm-1.37-r1.ebuild b/app-text/xchm/xchm-1.37-r1.ebuild deleted file mode 100644 index 381c759370f0..000000000000 --- a/app-text/xchm/xchm-1.37-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -WX_GTK_VER="3.2-gtk3" - -inherit desktop wxwidgets xdg-utils - -DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" -HOMEPAGE="https://github.com/rzvncj/xCHM/" -SRC_URI="https://github.com/rzvncj/xCHM/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc ~riscv x86" -IUSE="nls" - -RDEPEND=">=dev-libs/chmlib-0.36 - x11-libs/wxGTK:${WX_GTK_VER}=[X] - nls? ( virtual/libintl )" -DEPEND="${RDEPEND}" -BDEPEND="nls? ( sys-devel/gettext )" - -src_configure() { - setup-wxwidgets - econf $(use_enable nls) -} - -src_install() { - default - - domenu "${FILESDIR}"/xchm.desktop - insinto /usr/share/mime/packages - doins "${FILESDIR}"/xchm.xml -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} |
