/trunk/debian/changelog |
---|
10,8 → 10,11 |
problem in bug #368468 was just that patch-stamp wasn't created |
and we don't need that with source format 3.0. |
* Add CREDITS to debian/docs. |
* Add additional symlinks that at least KDE/Qt look for first, as well |
as the missing ul_angle and ur_angle (Closes: #430827, works around: |
#499344, #548804). |
-- Magnus Holmgren <holmgren@debian.org> Sun, 15 Aug 2010 01:12:59 +0200 |
-- Magnus Holmgren <holmgren@debian.org> Sat, 21 Aug 2010 16:42:20 +0200 |
crystalcursors (1.1.1-12) unstable; urgency=medium |
/trunk/debian/rules |
---|
49,7 → 49,8 |
# 3) write new Inherits-line with name of the directory in /usr/share/icons |
# -- I know this is tricky, but I have not yet found a more elegant way to make |
# crystalcursors work with debian's update-alternative |
OLDDIR=`pwd` ;\ |
# In addition, add new symlinks that Qt 4 looks for |
cd $(CURDIR)/debian/crystalcursors/$(ICONDIR); \ |
for theme in crystal*; do \ |
grep -v Inherits $(CURDIR)/debian/crystalcursors/$(ICONDIR)/$${theme}/index.theme > tmp ; \ |
56,8 → 57,10 |
echo "Inherits = $${theme}" >> tmp ; \ |
install -m 644 tmp $(CURDIR)/debian/crystalcursors/$(WRAPPERDIR)/$${theme}.theme; \ |
rm tmp; \ |
done ; \ |
cd $${OLDDIR} |
while read target link; do \ |
if [ -e $$theme/cursors/$$target ]; then ln -sf $$target $$theme/cursors/$$link; fi; \ |
done < $(CURDIR)/debian/extra_symlinks;\ |
done |
binary-indep: build-indep install |
dh_testdir |
/trunk/debian/extra_symlinks |
---|
0,0 → 1,15 |
center_ptr up_arrow |
watch wait |
xterm ibeam |
fleur size_all |
hand pointing_hand |
v_double_arrow size_ver |
h_double_arrow size_hor |
fd_double_arrow size_bdiag |
bd_double_arrow size_fdiag |
question_arrow whats_this |
sb_h_double_arrow split_h |
sb_v_double_arrow split_v |
crossed_circle forbidden |
fd_double_arrow ur_angle |
bd_double_arrow ul_angle |