Package: rapidsvn Version: 0.9.4-1 Tags: patch Caspar Clemens Mierau has mentioned (in Ubuntu bug #75172) that there are upstream icons available for use by the menu file or by the .desktop file. The use of these is enabled through the following patch to the debian/rules file:
--- rapidsvn-0.9.4/debian/rules +++ rapidsvn-0.9.4/debian/rules @@ -79,7 +79,8 @@ dh_installdirs -p$(p) $(MAKE) install DESTDIR=$(CURDIR)/debian/rapidsvn mkdir -p debian/rapidsvn/usr/share/pixmaps - cp -p debian/svn.xpm debian/rapidsvn/usr/share/pixmaps/rapidsvn.xpm + cp -p src/res/bitmaps/rapidsvn_32x32.xpm debian/rapidsvn/usr/share/pixmaps/rapidsvn.xpm + cp -p src/res/bitmaps/rapidsvn_32x32.png debian/rapidsvn/usr/share/pixmaps/rapidsvn.png dh_installdirs -p$(p_lib) usr/lib mv $(d)/usr/lib/libsvncpp.so.* $(d_lib)/usr/lib/ -- Emmet HIKORY -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]