mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-11 13:35:47 +01:00
Removing fontmatrix
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
DIST fontmatrix-0.6.0-Source.tar.gz 2490774 SHA256 bcc5e929d95d2a0c9481d185144095c4e660255220a7ae6640298163ee77042c SHA512 20c91a17b27b1131017f3d5a264250b560b46cfa1d6939171811def530939d8e072f02c818a58e40604506a6520a30d20c27b234655329d8a16ce489e69bcf00 WHIRLPOOL e3eade5f619452beb07d6843e6dd4f1ae2b59d94241e74d5a7d5af5e4c9ac52ae8e7cd0fc8cfd0e88404ce6908096ed065e8db2b593aaa8c3e755f4a0ce819a2
|
|
||||||
EBUILD fontmatrix-0.6.0.ebuild 1141 SHA256 e2591188f97b74236a638db9c471561e6188d3895a0a536ca9ee5064e349a501 SHA512 fbe7ad72b49b31b3a7719d1d3db233814bbffc45919721482272b98a86ad35d1a8fac489a35b7e6f42b1a6a35192c6f94f5c14ca83e5b44189aca8dae2fa6a17 WHIRLPOOL c217ba5dce609267fc943e461c69ad8c5ec1331d8df97505d771887c56dc79b62df3d81691f01b12602068add4abbb44dc21a015150fec07dcbe0e43519adb14
|
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
# Copyright 1999-2013 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
EAPI=5
|
|
||||||
|
|
||||||
inherit qt4-r2 cmake-utils
|
|
||||||
|
|
||||||
DESCRIPTION="A font manager"
|
|
||||||
HOMEPAGE="http://oep-h.com/fontmatrix/"
|
|
||||||
# old link dead, no official one yet ( Mar 21 2012 )
|
|
||||||
SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}/${P}-Source.tar.gz/6a00c9448a50d3bab5acb4145f778f2d/${P}-Source.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
IUSE="debug"
|
|
||||||
|
|
||||||
RDEPEND="dev-qt/qtgui:4
|
|
||||||
dev-qt/qtsql:4
|
|
||||||
dev-qt/qtsvg:4
|
|
||||||
dev-qt/qtwebkit:4
|
|
||||||
media-libs/freetype:2"
|
|
||||||
DEPEND=${RPEDEND}
|
|
||||||
|
|
||||||
S=${WORKDIR}/${P}-Source
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local mycmakeargs="-DOWN_SHAPER=1"
|
|
||||||
cmake-utils_src_configure
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
dobin "${CMAKE_BUILD_DIR}"/src/${PN}
|
|
||||||
doman ${PN}.1
|
|
||||||
domenu ${PN}.desktop
|
|
||||||
doicon ${PN}.png
|
|
||||||
dodoc ChangeLog TODO
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
elog "If you encounter problems or just have questions or if you have"
|
|
||||||
elog "suggestions, please take time to suscribe to the undertype-users"
|
|
||||||
elog "mailing list ( https://mail.gna.org/listinfo/undertype-users )."
|
|
||||||
elog "If you want to reach us quickly, come to #fontmatrix at Freenode."
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user