2016-06-05 17:41:34 +00:00
|
|
|
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2016-07-02 13:07:10 +00:00
|
|
|
require pinta
|
2016-06-05 17:41:34 +00:00
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
PLATFORMS="~amd64 ~x86"
|
|
|
|
|
|
|
|
DEPENDENCIES="
|
|
|
|
build:
|
|
|
|
dev-util/intltool
|
2016-11-06 12:54:22 +00:00
|
|
|
gnome-desktop/yelp-tools
|
2016-06-05 17:41:34 +00:00
|
|
|
sys-devel/gettext
|
|
|
|
virtual/pkg-config
|
|
|
|
build+run:
|
|
|
|
dev-lang/mono
|
|
|
|
gnome-bindings/gtk-sharp:2
|
|
|
|
"
|
|
|
|
|
|
|
|
DEFAULT_SRC_PREPARE_PATCHES=(
|
|
|
|
"${FILES}"/pinta-1.6-pkg-config.patch
|
|
|
|
"${FILES}"/pinta-1.6-mono-4.patch
|
|
|
|
)
|
|
|
|
|