mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-util/qshaderedit: old ebuild with qt5 support
Signed-off-by: Samuel Bauer <samuel.bauer@yahoo.fr>
This commit is contained in:
1
dev-util/qshaderedit/Manifest
Normal file
1
dev-util/qshaderedit/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST qshaderedit-0.1.5.tar.bz2 1680331 BLAKE2B 9ccd90e5c6653c9b10f178de48f3940a514075c9a5e827ef689ea54e52f012e1cb1cf2883edee19af6da314e29d6777288f271b7f648e0749a4af0ddf28f9694 SHA512 1e8dc0fda8b5e9000cf951603d9a69fac0454d63959ff2f8568dec31bf3551efadcc6e3f3d900a9a21624f3ed2311a7759e0718b60b86686752295d5e68979ad
|
||||
8
dev-util/qshaderedit/metadata.xml
Normal file
8
dev-util/qshaderedit/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>mazes_80</name>
|
||||
<email>samuel.bauer@yahoo.fr</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
23
dev-util/qshaderedit/qshaderedit-0.1.5.ebuild
Normal file
23
dev-util/qshaderedit/qshaderedit-0.1.5.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Multiplatform shader editor inspired by Apple's OpenGL Shader Builder"
|
||||
HOMEPAGE="https://gitlab.com/mazes_80/qshaderedit/"
|
||||
SRC_URI="https://gitlab.com/mazes_80/${PN}/-/archive/${PV}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="media-libs/glew:0
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtopengl:5"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog )
|
||||
Reference in New Issue
Block a user