add new dep to kdesdk

This commit is contained in:
philm 2010-11-28 18:44:57 +00:00
parent 02b0af510a
commit 336e07456e
2 changed files with 5 additions and 3 deletions

View File

@ -17,7 +17,7 @@
# setup
#
_build_sh_ver="0.5.2"
_build_sh_ver="0.5.3"
_script_name="build(er)"
_build_arch="$_arch"
@ -120,6 +120,8 @@ build_it()
echo "# $(LC_ALL=C date -u)" >>.PKGINFO
echo "pkgname = $module-log" >>.PKGINFO
echo "pkgver = $pkgver-$pkgrel" >>.PKGINFO
echo "pkgdesc = Build logs of $module" >>.PKGINFO
echo "url = http://chakra-project.org" >>.PKGINFO
echo "builddate = $builddate" >>.PKGINFO
echo "packager = $packager" >>.PKGINFO
echo "size = $size" >>.PKGINFO

View File

@ -47,7 +47,7 @@ license=('GPL' 'LGPL' 'FDL')
options=('docs' '!splithdr' 'splitdbg')
makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' "kdebase-runtime>=${_kdever}"
makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' "kdebase-runtime>=${_kdever}" 'antlr2'
"kdepimlibs>=${_kdever}" 'subversion' "kdebindings-python>=${_kdever}" "kdepim-runtime>=${_kdever}")
source=($_mirror/${_origname}-$_kdever.tar.bz2)
@ -319,7 +319,7 @@ package_kdesdk-kuiviewer()
package_kdesdk-poxml()
{
pkgdesc="Tools for using .po-files to translate DocBook XML files"
depends=("${_origname}-common>=${_kdever}" 'qt')
depends=("${_origname}-common>=${_kdever}" 'qt' 'antlr2')
conflicts=("kdemod-${_origname}-poxml")
groups=("kde-complete" "kde-devel" "kde-uninstall" "kdesdk")
install=${_origname}.install