mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
committed by
Michał Górny
parent
6f88548598
commit
4ed130ff5f
@@ -1,2 +0,0 @@
|
||||
DIST epplets-0.12.tar.gz 894232 BLAKE2B dc86da84888531a1af5b052c739b4f4d06d0d9013fe9d0f996ea529b2ad77541fa9e0b5c7acf30a2443c56c66a6765c6aab30f1bf36a560968194a85d980c723 SHA512 b8b017ed4199f6a083db4e66090611e24d50428d287b1ef414725e68bc48ecedc3f6a3c9f68d38645e9146739e35e43ca08197d832b38d580039f3a050de93dc
|
||||
DIST epplets-0.14.tar.gz 971885 BLAKE2B c9dbbb268ec4580a81f0c7a8a786a5fcf03c88463be997de469892b57798d11c9e0e33196e2e83c2ea648888c5ec61cc964b06ed596b98606292b3719e3af25d SHA512 d83d60521fe06497f109c3fbb5c2e10abd36a43b050c10787a68d9f9f8c2866f57d78a8559a482654d9bb0eaaf3ce791e4839bb0fda88ccbf026d8ec5dc93824
|
||||
@@ -1,27 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=0
|
||||
|
||||
DESCRIPTION="Base files for Enlightenment epplets and some epplets"
|
||||
HOMEPAGE="https://www.enlightenment.org/"
|
||||
SRC_URI="mirror://sourceforge/enlightenment/epplets-${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ppc x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
media-libs/freeglut
|
||||
media-libs/imlib2
|
||||
>=x11-wm/enlightenment-0.16.4"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
x11-base/xorg-proto"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die
|
||||
dodoc ChangeLog
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="4"
|
||||
|
||||
DESCRIPTION="Base files for Enlightenment epplets and some epplets"
|
||||
HOMEPAGE="https://www.enlightenment.org/"
|
||||
SRC_URI="mirror://sourceforge/enlightenment/epplets-${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ppc x86"
|
||||
IUSE="static-libs"
|
||||
|
||||
RDEPEND="x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
media-libs/freeglut
|
||||
media-libs/imlib2
|
||||
>=x11-wm/enlightenment-0.16.4"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
x11-base/xorg-proto"
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable static-libs static)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
use static-libs || find "${ED}"/usr -name '*.la' -delete
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<longdescription>
|
||||
Epplets are small, handy Enlightenment applets, similar to 'dockapps'
|
||||
or 'applets' for other packages. The epplets package contains the
|
||||
base epplet API library and header files, as well as the core set of
|
||||
epplets, including CPU monitors, clocks, a mail checker, mixers, a
|
||||
slideshow, a URL grabber, a panel-like toolbar, and more.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">enlightenment</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user