blob: bc63253b0d0ddd6549bddeda907ac069bb2471d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Last versions of programs concerning Computer Assisted Music
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Last%20versions%20of%20programs%20concerning%20Computer%0A%09Assisted%20Music&In-Reply-To=%3Ckj2mn6%24sko%241%40ger.gmane.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="023924.html">
<LINK REL="Next" HREF="023940.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Last versions of programs concerning Computer Assisted Music</H1>
<B>PhilippeDidier</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Last%20versions%20of%20programs%20concerning%20Computer%0A%09Assisted%20Music&In-Reply-To=%3Ckj2mn6%24sko%241%40ger.gmane.org%3E"
TITLE="[Mageia-dev] Last versions of programs concerning Computer Assisted Music">philippedidier at laposte.net
</A><BR>
<I>Fri Mar 29 01:19:54 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="023924.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
</A></li>
<LI>Next message: <A HREF="023940.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23931">[ date ]</a>
<a href="thread.html#23931">[ thread ]</a>
<a href="subject.html#23931">[ subject ]</a>
<a href="author.html#23931">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Barry Jackson a écrit :
><i> Thanks Philippe,
</I>><i>
</I>><i> I have committed your changes (but somewhat shrunk ;) - please check it
</I>><i> over and I will submit, as the group change is quite important.
</I>><i>
</I>><i> Cheers,
</I>><i> Barry
</I>><i>
</I>Hi Barry
Sorry for being so late to answer
I tested the spec you commited
built ardour3-3.0.2
installed it
tested it : the symlinks are wrong ?!!!
Reused my own spec file
rebuild installed : the symlinks work ?!!!
Indeed :
because of an artefact I couldn't see that the symlinks that I created
were wrong (leading to BUILDROOT/ardour3-3.0-1.mga2.i386 that had not
been deleted ... the links showed the icons )
I know why now !
Anyway there's a little typo in yours (ardour_icon_${i}x.png instead of
ardour_icon_${i}px.png)
Here is a new svndiff with corrected symlinks and the typo corrected
Better tested this time ;-)
I am sure the symlinks are correct (they needed a relative path !!!!)
I tested them several ways : they are all OK
I think you may commit and submit now
Regards
Philippe
-------------- next part --------------
Index: SPECS/ardour3.spec
===================================================================
--- SPECS/ardour3.spec (révision 406066)
+++ SPECS/ardour3.spec (copie de travail)
@@ -125,9 +125,9 @@
for i in 16 22 32 48; do
install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps
install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes
-ln -s %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_${i}px.png \
+ln -s ../../../../%{name}/icons/application-x-ardour_${i}px.png \
%{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes/application-x-ardour3.png
-ln -s %{buildroot}%{_datadir}/%{name}/icons/ardour_icon_${i}x.png \
+ln -s ../../../../%{name}/icons/ardour_icon_${i}px.png \
%{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps/ardour3.png
done
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="023924.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
</A></li>
<LI>Next message: <A HREF="023940.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23931">[ date ]</a>
<a href="thread.html#23931">[ thread ]</a>
<a href="subject.html#23931">[ subject ]</a>
<a href="author.html#23931">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|