[Lunar-commits] <moonbase-kde> automoc: Renaming this to automoc4. Additionally adding a patch to deal with some
Dennis Veatch
stumbles at lunar-linux.org
Sat Aug 4 12:56:25 CEST 2012
commit 33d8ecc90097f15d25a9e41876fd5e68f7a86360
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Sat, 04 Aug 2012 03:56:25 -0700
URL: https://github.com/lunar-linux/moonbase-kde/commit/33d8ecc90097f15d25a9e41876fd5e68f7a86360
automoc: Renaming this to automoc4. Additionally adding a patch to deal with some
kde apps that have a problem with our current version of boost. The instigator of this
was kdepim-4.9.0 and its kleopatra failing on the make. I could have just diddled with
the BUILD of kdepim to fix this but putting it here solves that and any other kde modules
that might have a similar problem with boost.
See http://comments.gmane.org/gmane.comp.kde.devel.pim.bugs/69067
---
utils/automoc/DETAILS +0/-15
utils/automoc4/BUILD +2/-0
utils/automoc/DEPENDS -> utils/automoc4/DETAILS
utils/automoc4/DETAILS +16/-0
4 files changed, 27 insertions (+), 24 deletions (-)
--- a/utils/automoc/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- MODULE=automoc
- VERSION=0.9.88
- MAJ=4
- SOURCE=$MODULE$MAJ-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$MAJ-$VERSION
- SOURCE_URL[0]=$KDE_URL/stable/$MODULE$MAJ/$VERSION/
- SOURCE_URL[1]=$MIRROR_URL
- SOURCE_VFY=sha1:d864c3dda99d8b5f625b9267acfa1d88ff617e3a
- WEB_SITE=http://techbase.kde.org/Getting_Started/Build/KDE4/Troubleshooting
- ENTERED=20080622
- UPDATED=20090126
- SHORT=""
-
-cat << EOF
-EOF
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE2 0 &&
+
source /etc/profile.d/qt4.rc &&
default_cmake_build
--- /dev/null
+++ b/utils/automoc4/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=automoc4
+ VERSION=0.9.88
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=automoc4-0.9.88-boost-definitions.patch
+ SOURCE_URL[0]=$KDE_URL/stable/$MODULE/$VERSION/
+ SOURCE_URL[1]=$MIRROR_URL
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:d864c3dda99d8b5f625b9267acfa1d88ff617e3a
+ SOURCE2_VFY=sha1:2d44603cd4583a29952fd8ba2efaae7bf82f60e1
+ WEB_SITE=http://techbase.kde.org/Getting_Started/Build/KDE4/Troubleshooting
+ ENTERED=20080622
+ UPDATED=20120804
+ SHORT=""
+
+cat << EOF
+EOF
More information about the Lunar-commits
mailing list