summaryrefslogtreecommitdiff
path: root/user/blinken/test.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-03-25 15:33:15 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-03-25 15:33:15 -0500
commit46d6c75f081981fbeef723f92842b23e3d0c9d26 (patch)
treec17d24070c94ec79a0ad83eb0485fd62afef53f3 /user/blinken/test.patch
parent8a18effc7588f88611e44e62368516fc1387889b (diff)
downloadpackages-46d6c75f081981fbeef723f92842b23e3d0c9d26.tar.gz
packages-46d6c75f081981fbeef723f92842b23e3d0c9d26.tar.bz2
packages-46d6c75f081981fbeef723f92842b23e3d0c9d26.tar.xz
packages-46d6c75f081981fbeef723f92842b23e3d0c9d26.zip
user/blinken: new package
Diffstat (limited to 'user/blinken/test.patch')
-rw-r--r--user/blinken/test.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/user/blinken/test.patch b/user/blinken/test.patch
new file mode 100644
index 000000000..d24c03491
--- /dev/null
+++ b/user/blinken/test.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 2a1b077..019efcd 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -17,7 +17,7 @@ find_package (KF5 REQUIRED COMPONENTS
+ I18n XmlGui GuiAddons DocTools DBusAddons Crash
+ )
+
+-find_package (Phonon4Qt5)
++find_package (Phonon4Qt5 REQUIRED)
+
+ include(KDEInstallDirs)
+ include(KDECompilerSettings NO_POLICY_SCOPE)