trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2014

tdeutils - installing irkick.png icons off / directory?

From: "David C. Rankin" <drankinatty@...>
Date: Tue, 04 Feb 2014 13:13:04 -0600
All,

  Please confirm. Something in tdeutils 'make install' paths are broken and it
is installing /hicolor/16x16/apps/irkick.png at that absolute path as well as
the /locolor/16x16/apps/irkick.png. The same is true for the 22x22 and 32x32
icons for the same:

/hicolor/16x16/apps/irkick.png
/hicolor/22x22/apps/irkick.png
/hicolor/32x32/apps/irkick.png
/locolor/16x16/apps/irkick.png
/locolor/32x32/apps/irkick.png


  I'm building tdeutils without any strange patches:

  cd ${srcdir}/${pkgname#*-}

  # copy system libtool and ltmain scripts
  cp /usr/share/aclocal/libtool.m4 ./admin/libtool.m4.in
  cp /usr/share/libtool/config/ltmain.sh ./admin

  ## Generate config files and update with autoreconf
  cd ${srcdir}/${pkgname#*-}
  make -f admin/Makefile.common

  ## configure
  ./configure \
    --prefix=${TDEDIR} \
    --with-qt-dir=${QTDIR} \
    --sysconfdir=${TDEDIR}/etc \
    --localstatedir=/var \
    --enable-debug=full \
    --enable-closure

  ## make $NUMJOBS
  make $NUMJOBS

  cd ${srcdir}/${pkgname#*-}
  make -j1 DESTDIR="$pkgdir" install

What got broke and where?

-- 
David C. Rankin, J.D.,P.E.