summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <manuel@rueg.eu>2014-11-14 19:27:20 +0100
committerManuel Rüger <manuel@rueg.eu>2014-11-14 19:27:20 +0100
commit998fa96bb688543790caa5be90d53add6c4497a7 (patch)
tree618078de16f0346171d2404ec7297247fc1f4fd4
parent673c71d59bfd1890c2cf8c21aa54c4189c31807f (diff)
parentb75d0515b5e8b8fbe631c44fbfca01cae0df8f1f (diff)
downloadkde-998fa96bb688543790caa5be90d53add6c4497a7.tar.gz
kde-998fa96bb688543790caa5be90d53add6c4497a7.tar.bz2
kde-998fa96bb688543790caa5be90d53add6c4497a7.zip
Merge branch 'master' of github.com:gentoo/kde
-rw-r--r--kde-base/libkdcraw/libkdcraw-9999.ebuild29
-rw-r--r--kde-base/thumbnailers/thumbnailers-9999.ebuild27
2 files changed, 56 insertions, 0 deletions
diff --git a/kde-base/libkdcraw/libkdcraw-9999.ebuild b/kde-base/libkdcraw/libkdcraw-9999.ebuild
new file mode 100644
index 00000000000..251f710cbf9
--- /dev/null
+++ b/kde-base/libkdcraw/libkdcraw-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="KDE digital camera raw image library wrapper"
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep threadweaver)
+ >=media-libs/libraw-0.16:=
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}"
diff --git a/kde-base/thumbnailers/thumbnailers-9999.ebuild b/kde-base/thumbnailers/thumbnailers-9999.ebuild
new file mode 100644
index 00000000000..5060c0631fd
--- /dev/null
+++ b/kde-base/thumbnailers/thumbnailers-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME="kdegraphics-thumbnailers"
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="Thumbnail generators for PDF/PS and RAW files"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_kdebase_dep libkdcraw)
+ $(add_kdebase_dep libkexiv2)
+ $(add_frameworks_dep kio)
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+"
+
+RDEPEND="${DEPEND}"
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+ S="${WORKDIR}/${KMNAME}-${PV}"
+fi