Magellan Linux

Diff of /branches/R11-unstable/include/kde4.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/core/include/kde4.sminc revision 5637 by niro, Tue Jul 27 18:29:03 2010 UTC trunk/include/kde4.sminc revision 21141 by niro, Wed Mar 12 16:39:55 2014 UTC
# Line 3  Line 3 
3  sminclude mtools cmake qt4  sminclude mtools cmake qt4
4    
5  ## some global vars ##  ## some global vars ##
6  export KDEDIR=/opt/kde4  export KDEDIR=/usr
7  export KDECONFDIR=/etc/kde4  export KDECONFDIR=/etc/kde4
8  export QT_PLUGIN_PATH=${KDEDIR}/$(mlibdir)/kde4/plugins  export QT_PLUGIN_PATH=${KDEDIR}/$(mlibdir)/kde4/plugins
9  export DBUS_SYSTEM_DIR=/usr/share/dbus-1  export DBUS_SYSTEM_DIR=/usr/share/dbus-1
# Line 18  export PKG_CONFIG_PATH=${PKG_CONFIG_PATH Line 18  export PKG_CONFIG_PATH=${PKG_CONFIG_PATH
18  export KDEDIRS=${KDEDIR}  export KDEDIRS=${KDEDIR}
19    
20  # some sane default values  # some sane default values
21  : ${PCATEGORIE="kde-base"}  : ${PCAT="kde-base"}
22  : ${SRCFILE="${PNAME/4/}-${PVER}.tar.bz2"}  if [[ -z ${SRCFILE} ]]
23    then
24     if [[ ${PVER//.} -ge 483 ]]
25     then
26     KDE4_TARBALL_EXTENSION="tar.xz"
27     else
28     KDE4_TARBALL_EXTENSION="tar.bz2"
29     fi
30    fi
31    : ${SRCFILE="${PNAME/4/}-${PVER}.${KDE4_TARBALL_EXTENSION}"}
32  : ${SRCDIR="${BUILDDIR}/${PNAME/4/}-${PVER}"}  : ${SRCDIR="${BUILDDIR}/${PNAME/4/}-${PVER}"}
33  : ${DESCRIPTION="${PNAME}"}  : ${DESCRIPTION="${PNAME}"}
34  : ${HOMEPAGE="http://www.kde.org/"}  : ${HOMEPAGE="http://www.kde.org/"}
35    
36  DEPEND="${DEPEND}  if [[ ${PNAME} != oxygen-icons ]]
37   >= x11-libs/libXt-1  then
38   >= x11-libs/libXinerama-1   DEPEND="${DEPEND}
39   >= x11-libs/qt4-gui-4.5   >= x11-libs/libXt-1
40   >= x11-libs/qt4-qt3support-4.5   >= x11-libs/libXinerama-1
41   >= x11-libs/qt4-script-4.5   >= x11-libs/qt4-gui-4.8
42   >= x11-libs/qt4-sql-4.5   >= x11-libs/qt4-qt3support-4.8
43   >= x11-libs/qt4-svg-4.5   >= x11-libs/qt4-script-4.8
44   >= x11-libs/qt4-test-4.5   >= x11-libs/qt4-sql-4.8
45   >= x11-libs/qt4-dbus-4.5   >= x11-libs/qt4-svg-4.8
46   >= x11-libs/qt4-opengl-4.5   >= x11-libs/qt4-test-4.8
47   >= x11-libs/qt4-webkit-4.5"   >= x11-libs/qt4-dbus-4.8
48     >= x11-libs/qt4-opengl-4.8
49     >= x11-libs/qt4-webkit-4.8
50     >= x11-libs/qt4-declarative-4.8"
51    fi
52    
53  if [[ ${PNAME} != phonon ]]  if [[ ${PNAME} != phonon ]] && [[ ${PNAME} != phonon-backend-* ]] && [[ ${PNAME} != oxygen-icons ]]
54  then  then
55   DEPEND="${DEPEND}   DEPEND="${DEPEND}
56   >= virtual/phonon"   >= virtual/phonon
57     >= virtual/phonon-backend"
58  fi  fi
59    
60  SDEPEND="${SDEPEND}  SDEPEND="${SDEPEND}
61   >= dev-util/cmake-2.4.7   >= dev-util/cmake-2.8.12
62   >= dev-util/pkgconfig-0.20   >= dev-util/pkgconfig-0.25
63   >= x11-proto/xf86vidmodeproto-2   >= x11-proto/xf86vidmodeproto-2
64   >= x11-proto/xineramaproto-1"   >= x11-proto/xineramaproto-1"
65    
66    if [[ ${PNAME} != automoc4 ]]
67    then
68     SDEPEND="${SDEPEND}
69     >= kde-base/automoc4-0.9.88"
70    fi
71    
72  # small hack to fix kdemirrors  # small hack to fix kdemirrors
73  [[ ${KDE_MIRROR_UNSTABLE} = 1 ]] && KDE_MIRRORS=$(echo ${KDE_MIRRORS} | sed "s:/stable:/unstable:g")  [[ ${KDE_MIRROR_UNSTABLE} = 1 ]] && KDE_MIRRORS=$(echo ${KDE_MIRRORS} | sed "s:/stable:/unstable:g")
74    
# Line 59  SRC_URI=( Line 79  SRC_URI=(
79   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
80  )  )
81    
82    UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
83    
84  # exported functions and variables for mage-file  # exported functions and variables for mage-file
85  SPECIAL_VARS="${SPECIAL_VARS} KDEDIR"  SPECIAL_VARS="${SPECIAL_VARS} KDEDIR"
86  SPECIAL_FUNCTIONS="${SPECIAL_FUNCTIONS} kde4_buildsycoca kde4_postinstall kde4_postremove"  SPECIAL_FUNCTIONS="${SPECIAL_FUNCTIONS} kde4_postinstall kde4_postremove"
87    
88  kde4_configure()  kde4_configure()
89  {  {
# Line 136  kde4_src_install() Line 158  kde4_src_install()
158   rm -r ${BINDIR}/${KDEDIR}/share/dbus-1 || die   rm -r ${BINDIR}/${KDEDIR}/share/dbus-1 || die
159   fi   fi
160   fi   fi
161     # or if KDECONFDIR != /etc
162     if [[ ${KDECONFDIR} != /etc ]]
163     then
164     if [[ -d ${BINDIR}/${KDECONFDIR}/dbus-1 ]]
165     then
166     echo -e "${COLYELLOW}Warning: using dbus hotfix, dbus locations should be fixed!${COLDEFAULT}"
167     minstalldir /etc || die
168     cp -R ${BINDIR}/${KDECONFDIR}/dbus-1 ${BINDIR}/etc/ || die
169     rm -r ${BINDIR}/${KDECONFDIR}/dbus-1 || die
170     fi
171     fi
172    
173   cd ${SRCDIR}   cd ${SRCDIR}
174   local i   local i
# Line 149  kde4_src_install() Line 182  kde4_src_install()
182   done   done
183  }  }
184    
185  kde4_buildsycoca()  export_inherits kde4 src_prepare src_compile src_install
 {  
  if [[ -x ${KDEDIR}/bin/kbuildsycoca4 ]] &&  
  [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]  
  then  
  # install services dir with right permissions  
  install -m0755 -o root -g root -d ${MROOT}/usr/share/services  
   
  # kbuildsycoco4 needs a dbus session, but should not use the users session.  
  # so we start an own session here  
   
  # export everything the be able to kill the session  
  echo "Starting dbus session for kbuildsycoca4 ..."  
  local i  
  for i in $(dbus-launch)  
  do  
  export "$i"  
  done  
   
  echo "Running kbuildsycoca4 to build global database ..."  
  XDG_DATA_DIRS="${MROOT}/usr/share:${MROOT}${KDEDIR}/share:${MROOT}/usr/local/share"  
  ${MROOT}${KDEDIR}/bin/kbuildsycoca4 --global --noincremental &> /dev/null  
   
  echo "Killing dbus session for kbuildsycoca4 ..."  
  kill ${DBUS_SESSION_BUS_PID}  
  unset DBUS_SESSION_BUS_ADDRESS DBUS_SESSION_BUS_PID  
  fi  
 }  
   
 kde4_postinstall()  
 {  
  # rebuild system konfiguration cache  
  kde4_buildsycoca  
 }  
   
 kde4_postremove()  
 {  
  # rebuild system konfiguration cache  
  kde4_buildsycoca  
 }  
   
 export_inherits kde4 src_prepare src_compile src_install postinstall postremove  

Legend:
Removed from v.5637  
changed lines
  Added in v.21141