diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /app-text/feathernotes | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'app-text/feathernotes')
| -rw-r--r-- | app-text/feathernotes/Manifest | 4 | ||||
| -rw-r--r-- | app-text/feathernotes/feathernotes-1.3.2.ebuild | 41 | ||||
| -rw-r--r-- | app-text/feathernotes/feathernotes-1.4.0.ebuild | 41 | ||||
| -rw-r--r-- | app-text/feathernotes/feathernotes-9999.ebuild | 33 | ||||
| -rw-r--r-- | app-text/feathernotes/metadata.xml | 15 |
5 files changed, 134 insertions, 0 deletions
diff --git a/app-text/feathernotes/Manifest b/app-text/feathernotes/Manifest new file mode 100644 index 000000000000..b3fcf558f8f1 --- /dev/null +++ b/app-text/feathernotes/Manifest @@ -0,0 +1,4 @@ +DIST FeatherNotes-1.3.2.tar.xz 639068 BLAKE2B b042a835d41fcfc0772a2525eafd022904f75e9d16c220fc34e815f01a9ac73c7837a8bd712a08edc5b05e30be39f61ddd0d6a6ae1a011ab4f39eab23fe61ea2 SHA512 d5a5a64b8caa92163828c864b8debfbd6ae0288a75b79af425618dd6bdea701c63dca2cf832b6b1628d1159b7f6bd66692b888a33b6aa09d73596bf35d7e8a7b +DIST FeatherNotes-1.3.2.tar.xz.asc 862 BLAKE2B c90810048430de26e42fa0cbc2d62b8e0c62728ccbd20ccf5321f916c5b8727cbf9b46612cf07e6053638f52aa6cc4086da7a47083125157265d80f6d9f10e7d SHA512 acdabd41edd4869e11c4085ab0ee6ddb66bf3988ec9b168fdb2ed0270796f5220c40e424acaf52f7f3b05ddac760163f09f3d7a6c1b6a260f522ab934f9147e5 +DIST FeatherNotes-1.4.0.tar.xz 643768 BLAKE2B 58eae678992fc9fdb13a525fcaae6fa114a6a79c9f7fb628771887101395511760a645bda13ac42e4b4ebe15953e7dfb5648d26e490d088b2dc834e6b015e2b1 SHA512 878331da3ba53e2aa73ff34eb4a32fef45b0b4d881dcabcfbc4104474e6803036595e748161ffb270c2a36c96b0876cce548d521d03c1d6f3849d89e82517fd3 +DIST FeatherNotes-1.4.0.tar.xz.asc 862 BLAKE2B c23a66b87fb3447369b7b99e5c69656f47492648007c6e8038e29457b002736a432d593cb3c69a2c36a7e98b34d5306bb414cef4a89805f5c60d29972a55337d SHA512 c00c2b5426e738d952a669481bdce69db30818c4c91c04655969aed6f52949d8ce03f251ad5c2b0199a2b406858bdd90e2084b854587f03104c85e1480c7dcc1 diff --git a/app-text/feathernotes/feathernotes-1.3.2.ebuild b/app-text/feathernotes/feathernotes-1.3.2.ebuild new file mode 100644 index 000000000000..1c8bbd62bd1f --- /dev/null +++ b/app-text/feathernotes/feathernotes-1.3.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 2024-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake verify-sig xdg + +DESCRIPTION="Lightweight Qt Notes-Manager for Linux" +HOMEPAGE="https://github.com/tsujan/FeatherNotes" +SRC_URI="https://github.com/tsujan/FeatherNotes/releases/download/V${PV}/FeatherNotes-${PV}.tar.xz + https://github.com/tsujan/FeatherNotes/releases/download/V${PV}/FeatherNotes-${PV}.tar.xz.asc" +S="${WORKDIR}/FeatherNotes-${PV}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="amd64" +IUSE="spell X" + +RDEPEND=" + dev-qt/qtbase:6[dbus,gui,network,widgets,xml,X?] + dev-qt/qtsvg:6 + spell? ( app-text/hunspell:= ) + X? ( x11-libs/libX11 ) +" +DEPEND="${RDEPEND} + X? ( x11-base/xorg-proto ) +" +BDEPEND=" + dev-qt/qttools:6[linguist] + verify-sig? ( sec-keys/openpgp-keys-tsujan ) +" + +VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/tsujan.asc" + +src_configure() { + local mycmakeargs=( + -DWITHOUT_X11=$(usex !X) + -DWITH_HUNSPELL=$(usex spell) + ) + cmake_src_configure +} diff --git a/app-text/feathernotes/feathernotes-1.4.0.ebuild b/app-text/feathernotes/feathernotes-1.4.0.ebuild new file mode 100644 index 000000000000..6503b2274408 --- /dev/null +++ b/app-text/feathernotes/feathernotes-1.4.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 2024-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake verify-sig xdg + +DESCRIPTION="Lightweight Qt Notes-Manager for Linux" +HOMEPAGE="https://github.com/tsujan/FeatherNotes" +SRC_URI="https://github.com/tsujan/FeatherNotes/releases/download/V${PV}/FeatherNotes-${PV}.tar.xz + https://github.com/tsujan/FeatherNotes/releases/download/V${PV}/FeatherNotes-${PV}.tar.xz.asc" +S="${WORKDIR}/FeatherNotes-${PV}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="amd64" +IUSE="spell X" + +RDEPEND=" + >=dev-qt/qtbase-6.5.0:6[dbus,gui,network,widgets,xml,X?] + >=dev-qt/qtsvg-6.5.0:6 + spell? ( app-text/hunspell:= ) + X? ( x11-libs/libX11 ) +" +DEPEND="${RDEPEND} + X? ( x11-base/xorg-proto ) +" +BDEPEND=" + dev-qt/qttools:6[linguist] + verify-sig? ( sec-keys/openpgp-keys-tsujan ) +" + +VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/tsujan.asc" + +src_configure() { + local mycmakeargs=( + -DWITHOUT_X11=$(usex !X) + -DWITH_HUNSPELL=$(usex spell) + ) + cmake_src_configure +} diff --git a/app-text/feathernotes/feathernotes-9999.ebuild b/app-text/feathernotes/feathernotes-9999.ebuild new file mode 100644 index 000000000000..c4efc426c079 --- /dev/null +++ b/app-text/feathernotes/feathernotes-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 2024-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 cmake xdg + +DESCRIPTION="Lightweight Qt Notes-Manager for Linux" +HOMEPAGE="https://github.com/tsujan/FeatherNotes" +EGIT_REPO_URI="https://github.com/tsujan/FeatherNotes" + +LICENSE="GPL-3+" +SLOT="0" +IUSE="spell X" + +RDEPEND=" + >=dev-qt/qtbase-6.5.0:6[dbus,gui,network,widgets,xml,X?] + >=dev-qt/qtsvg-6.5.0:6 + spell? ( app-text/hunspell:= ) + X? ( x11-libs/libX11 ) +" +DEPEND="${RDEPEND} + X? ( x11-base/xorg-proto ) +" +BDEPEND="dev-qt/qttools:6[linguist]" + +src_configure() { + local mycmakeargs=( + -DWITHOUT_X11=$(usex !X) + -DWITH_HUNSPELL=$(usex spell) + ) + cmake_src_configure +} diff --git a/app-text/feathernotes/metadata.xml b/app-text/feathernotes/metadata.xml new file mode 100644 index 000000000000..4300056f8c38 --- /dev/null +++ b/app-text/feathernotes/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>arthurzam@gentoo.org</email> + <name>Arthur Zamarin</name> + </maintainer> + <use> + <flag name="X"> + Link application against X11 libraries which adds + support for virtual desktop awareness and tab DND + </flag> + </use> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
