summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-15 21:49:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-15 22:51:57 +0200
commitbdf9052b496d97f1e0d6f882dfa7fcf160397d70 (patch)
tree1d5c8757da25fbd82cbe4a5233d86ff84f8115d1 /kde-misc/skanlite/skanlite-2.1.0.1-r1.ebuild
parentkde-misc/krusader: Drop 2.7.1 (r0) (diff)
downloadgentoo-bdf9052b496d97f1e0d6f882dfa7fcf160397d70.tar.gz
gentoo-bdf9052b496d97f1e0d6f882dfa7fcf160397d70.tar.bz2
gentoo-bdf9052b496d97f1e0d6f882dfa7fcf160397d70.zip
kde-misc/skanlite: EAPI-7 bump, HiDPI fix
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc/skanlite/skanlite-2.1.0.1-r1.ebuild')
-rw-r--r--kde-misc/skanlite/skanlite-2.1.0.1-r1.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/kde-misc/skanlite/skanlite-2.1.0.1-r1.ebuild b/kde-misc/skanlite/skanlite-2.1.0.1-r1.ebuild
new file mode 100644
index 000000000000..dec84c60dfe1
--- /dev/null
+++ b/kde-misc/skanlite/skanlite-2.1.0.1-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="KDE image scanning application"
+HOMEPAGE="https://kde.org/applications/graphics/skanlite"
+SRC_URI="mirror://kde/stable/${PN}/2.1/${P}.tar.xz"
+
+LICENSE="|| ( GPL-2 GPL-3 ) handbook? ( FDL-1.2+ )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep libksane)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ media-libs/libpng:0=
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/${P}-cmake.patch"
+ "${FILESDIR}/${P}-hidpi.patch"
+)