mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
gnustep-apps/pikopixel: revision bump to get beta10c version
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST PikoPixel.Sources.1.0-b10a.tar.gz 665754 BLAKE2B f174c3c28ef0e5225eb2d5338e42226b44923f216138793762e3f28ade88956a48d23642b1aa7e17314f63b1248ac3badd48b673c672e02dfbbbb787f7874133 SHA512 0cb2df3c66971f294444dc83aa002aeca1a4184de7bb3c5a3e763bd17697c3b96ff0f93df50d5ba843fe579207ec7cc89968882d9a77c7c795246517bc8ed43f
|
||||
DIST PikoPixel.Sources.1.0-b10c.tar.gz 667257 BLAKE2B 38ad26e8b1f6332aee5cadce9e11cb0f2782b719eddc6e90de8e22aab90dc972498f36a997b77fd0758dc920e30ec7093db72c448d684f0f02c6e34994809447 SHA512 35db374e7861cee42f6c96fcc7f490fb2e6d864174a0ab1d6f7acedee2e87d7ae7b8d40ea1397bdfe0f27108432a7abca7c0914723e28aeae946b45b4f34682f
|
||||
|
||||
18
gnustep-apps/pikopixel/pikopixel-1.0_beta10-r3.ebuild
Normal file
18
gnustep-apps/pikopixel/pikopixel-1.0_beta10-r3.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit gnustep-2
|
||||
|
||||
MY_P=${PN//p/P}.Sources.${PV/_beta/-b}c
|
||||
DESCRIPTION="a free application for drawing & editing pixel-art images"
|
||||
HOMEPAGE="https://twilightedge.com/mac/pikopixel/"
|
||||
SRC_URI="https://twilightedge.com/downloads/${MY_P}.tar.gz"
|
||||
S=${WORKDIR}/${MY_P}/${PN//p/P}
|
||||
|
||||
LICENSE="AGPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND=">=virtual/gnustep-back-0.25.0"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user