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.