diff options
| author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-03-20 20:48:11 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-03-25 14:21:47 +0100 |
| commit | 29f1bba8540d704ff85472599b57c5f3f90697d9 (patch) | |
| tree | 125a24f09c8e60dcb09ac9588d75e0bcbc83ee38 /kde-apps/kalzium/files | |
| parent | b04e8ce223219345b475c3fc77d6c5bcc027ac0e (diff) | |
| download | kde-29f1bba8540d704ff85472599b57c5f3f90697d9.tar.gz kde-29f1bba8540d704ff85472599b57c5f3f90697d9.tar.bz2 kde-29f1bba8540d704ff85472599b57c5f3f90697d9.zip | |
kde-apps: Add 16.04 stable branch
With a few exceptions:
- kde-runtime: No commits since 15.12
- kde-baseapps: No commits since 15.12
- kdeaccessibility-meta: No commits since 15.12
- kdewebdev-meta: No commits in years
- libkdeedu:4: Slated for removal in 16.08 but already unused
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-apps/kalzium/files')
| -rw-r--r-- | kde-apps/kalzium/files/kalzium-15.12.3-plasmoids.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-apps/kalzium/files/kalzium-15.12.3-plasmoids.patch b/kde-apps/kalzium/files/kalzium-15.12.3-plasmoids.patch new file mode 100644 index 00000000000..686a6ef1209 --- /dev/null +++ b/kde-apps/kalzium/files/kalzium-15.12.3-plasmoids.patch @@ -0,0 +1,23 @@ +commit 456205fc98f4eb2762c11fac2abedf618e0deb8f +Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> +Date: Fri Mar 25 13:38:55 2016 +0100 + + Make plasmoids optional + + They are not useable in a Plasma-5 workspace. + + REVIEW: 127491 + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index f4ab27b..93ae845 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -50,7 +50,7 @@ endif (OPENBABEL2_FOUND AND Avogadro_FOUND AND EIGEN3_FOUND) + add_subdirectory(doc) + add_subdirectory(src) + add_subdirectory(data) +-add_subdirectory(plasmoid) ++macro_optional_add_subdirectory(plasmoid) + add_subdirectory(libscience) + add_subdirectory(qml) + |
