diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /x11-libs/libtinynotify-cli | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'x11-libs/libtinynotify-cli')
| -rw-r--r-- | x11-libs/libtinynotify-cli/Manifest | 1 | ||||
| -rw-r--r-- | x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild | 37 | ||||
| -rw-r--r-- | x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild | 44 | ||||
| -rw-r--r-- | x11-libs/libtinynotify-cli/metadata.xml | 17 |
4 files changed, 99 insertions, 0 deletions
diff --git a/x11-libs/libtinynotify-cli/Manifest b/x11-libs/libtinynotify-cli/Manifest new file mode 100644 index 000000000000..0bb40474c188 --- /dev/null +++ b/x11-libs/libtinynotify-cli/Manifest @@ -0,0 +1 @@ +DIST tinynotify-send-1.2.1.tar.bz2 266078 BLAKE2B ac3c9510d89fdfd50f70fbfad14476e95e14616cfff9d29c9976af5459e2c73a8ddcf5cb578284b177e78743c46594126343933ae87f78a380bca3ce2350aaa9 SHA512 f416db09fa95f04d771610af7ae8953192027b8606c53f54efe514c4d33b59e8dc362676004a036c2dd7e7c7cf03b077ee9b753839efbcb181c5724f43efa58d diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild new file mode 100644 index 000000000000..d71dbc25ec9e --- /dev/null +++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_P=tinynotify-send-${PV} +DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send" +HOMEPAGE="https://github.com/mgorny/tinynotify-send/" +SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc static-libs" + +RDEPEND="x11-libs/libtinynotify:0=" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( dev-util/gtk-doc )" + +S=${WORKDIR}/${MY_P} + +src_configure() { + local myconf=( + $(use_enable doc gtk-doc) + $(use_enable static-libs static) + --disable-regular + --disable-system-wide + ) + + econf "${myconf[@]}" +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild new file mode 100644 index 000000000000..101e5c636161 --- /dev/null +++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +EGIT_REPO_URI="https://github.com/mgorny/tinynotify-send.git" +inherit autotools git-r3 + +MY_P=tinynotify-send-${PV} +DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send" +HOMEPAGE="https://github.com/mgorny/tinynotify-send/" +SRC_URI="" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="" +IUSE="doc static-libs" + +RDEPEND="x11-libs/libtinynotify:0=" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-1.18 + virtual/pkgconfig + doc? ( dev-util/gtk-doc )" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + local myconf=( + $(use_enable doc gtk-doc) + $(use_enable static-libs static) + --disable-regular + --disable-system-wide + ) + + econf "${myconf[@]}" +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} diff --git a/x11-libs/libtinynotify-cli/metadata.xml b/x11-libs/libtinynotify-cli/metadata.xml new file mode 100644 index 000000000000..56a880843c5f --- /dev/null +++ b/x11-libs/libtinynotify-cli/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <upstream> + <maintainer status="active"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to> + <remote-id type="github">mgorny/tinynotify-send</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> |
