mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-10 08:53:33 +02:00
AZPainter version bump
This commit is contained in:
37
media-gfx/azpainter/azpainter-2.1.4.ebuild
Normal file
37
media-gfx/azpainter/azpainter-2.1.4.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit gnome2-utils xdg-utils
|
||||
|
||||
DESCRIPTION="Full Color Paint tool"
|
||||
HOMEPAGE="https://osdn.net/projects/azpainter/"
|
||||
SRC_URI="https://osdn.net/projects/azpainter/downloads/71051/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
x11-libs/libXft
|
||||
media-libs/fontconfig
|
||||
media-libs/freetype
|
||||
x11-libs/libXi
|
||||
virtual/jpeg
|
||||
media-libs/libpng
|
||||
sys-libs/zlib"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
xdg_mimeinfo_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
xdg_mimeinfo_database_update
|
||||
}
|
||||
Reference in New Issue
Block a user