mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-29 00:03:33 +01:00
Added incomplete HermIRES ebuild, update deadbeef
This commit is contained in:
2
media-gfx/fontmatrix/Manifest
Normal file
2
media-gfx/fontmatrix/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST fontmatrix-0.6.0-Source.tar.gz 2490774 SHA256 bcc5e929d95d2a0c9481d185144095c4e660255220a7ae6640298163ee77042c SHA512 20c91a17b27b1131017f3d5a264250b560b46cfa1d6939171811def530939d8e072f02c818a58e40604506a6520a30d20c27b234655329d8a16ce489e69bcf00 WHIRLPOOL e3eade5f619452beb07d6843e6dd4f1ae2b59d94241e74d5a7d5af5e4c9ac52ae8e7cd0fc8cfd0e88404ce6908096ed065e8db2b593aaa8c3e755f4a0ce819a2
|
||||
EBUILD fontmatrix-0.6.0.ebuild 1141 SHA256 f0c15734cc65e237068c5a6fee753dd74832158d5449ae636019ddfc5aa4ab82 SHA512 b2f67ff25a20b269318238fb96bc1c5b370b9bea4121a4f818fd7df16a3055b21320bf597872313372a61bb6d6643728563e975c88b1031dc63e5a97c7fcd0dd WHIRLPOOL 883ddd4c2905a07d969a2a31464305cc8d5f3d9b7024c9d1cf52700d498733e889dab6f3663f9215101455bc2fc046bccd62e6725f9d8b6379c054af6e5f9919
|
||||
46
media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild
Normal file
46
media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild
Normal file
@@ -0,0 +1,46 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
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."
|
||||
}
|
||||
2
media-gfx/hermires/Manifest
Normal file
2
media-gfx/hermires/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST HermIRES-1.28.zip 1046177 SHA256 7e0b8820141109fc709db64a3060549191e48f100db890d0568be1faa68af9d7 SHA512 397b20cbdc39ee6b25738dcdc08735d7000d5a6c6d571bc346eabd36e6a660ea36edd2ee349b0cbce41d7c5ae5dc99053111d97ba09ccfc5c3b3ff4aac80d717 WHIRLPOOL 9cb7a7e18e7ffcb496421efb7ac8a6490d99decf50beffa8e7bae19aa58e16c028e78d00252556ee7c268811e59fde69338c49c115ef82991d6a509317395244
|
||||
EBUILD hermires-1.28.ebuild 420 SHA256 6a3330d4424f82a7e718f19fe186995c6361e88d955188c63cf2a72cb605451b SHA512 177ecc06eebcb0394bc0a5560a1b02d734456ead4d40188518348485213c1a81dd611701b05e9b229533c996fd08dc30d3e7197c409c560f7271364a20aa27e0 WHIRLPOOL a69095ef41ff923156adf4f9f3830a2ce5c9bdc12acd593f3ae888748b76f7a74835cc3bca6a56b486d37be756b5f62bf5c227b63be555e5a83872e128bf1780
|
||||
18
media-gfx/hermires/hermires-1.28.ebuild
Normal file
18
media-gfx/hermires/hermires-1.28.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
DESCRIPTION="A tool to draw and convert C64 hires bitmap graphics."
|
||||
HOMEPAGE="http://sourceforge.net/projects/hermires/"
|
||||
MY_P="HermIRES-${PV}"
|
||||
SRC_URI="mirror://sourceforge/hermires/${MY_P}.zip"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="media-libs/allegro"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user