Skip to content

Commit

Permalink
fix kate build
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldF committed Apr 22, 2015
1 parent 34240af commit 1c75129
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions kf5-kate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Kf5Kate < Formula
depends_on "haraldf/kf5/kf5-kdoctools"
depends_on "haraldf/kf5/kf5-kguiaddons"
depends_on "haraldf/kf5/kf5-ki18n"
depends_on "haraldf/kf5/kf5-kiconthemes"
depends_on "haraldf/kf5/kf5-kinit"
depends_on "haraldf/kf5/kf5-kjobwidgets"
depends_on "haraldf/kf5/kf5-kio"
Expand All @@ -26,6 +27,10 @@ class Kf5Kate < Formula
depends_on "haraldf/kf5/kf5-knewstuff"
depends_on "haraldf/kf5/kf5-kwallet"

def patches
DATA
end

def install
args = std_cmake_args

Expand All @@ -36,3 +41,17 @@ def install
prefix.install "install_manifest.txt"
end
end

__END__
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e8f47ed..8de15f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,6 +38,7 @@ find_package(KF5 REQUIRED COMPONENTS
DocTools
GuiAddons
I18n
+ IconThemes
Init
JobWidgets
KIO

0 comments on commit 1c75129

Please sign in to comment.