summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2013-March/023851.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2013-March/023851.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/2013-March/023851.html')
-rw-r--r--zarb-ml/mageia-dev/2013-March/023851.html115
1 files changed, 115 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-March/023851.html b/zarb-ml/mageia-dev/2013-March/023851.html
new file mode 100644
index 000000000..a2d64a50a
--- /dev/null
+++ b/zarb-ml/mageia-dev/2013-March/023851.html
@@ -0,0 +1,115 @@
+<!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%20Assisted%20Music&In-Reply-To=%3C51523107.2090600%40colin.guthr.ie%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="023848.html">
+ <LINK REL="Next" HREF="023863.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Last versions of programs concerning Computer Assisted Music</H1>
+ <B>Colin Guthrie</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Last%20versions%20of%20programs%20concerning%20Computer%0A%20Assisted%20Music&In-Reply-To=%3C51523107.2090600%40colin.guthr.ie%3E"
+ TITLE="[Mageia-dev] Last versions of programs concerning Computer Assisted Music">mageia at colin.guthr.ie
+ </A><BR>
+ <I>Wed Mar 27 00:36:39 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="023848.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
+</A></li>
+ <LI>Next message: <A HREF="023863.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#23851">[ date ]</a>
+ <a href="thread.html#23851">[ thread ]</a>
+ <a href="subject.html#23851">[ subject ]</a>
+ <a href="author.html#23851">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>'Twas brillig, and PhilippeDidier at 26/03/13 23:24 did gyre and gimble:
+&gt;<i> +# Copy icons and mimetypes into the right folders
+</I>&gt;<i> install -d -m 0755 %{buildroot}%{_iconsdir}
+</I>&gt;<i> -cp -f %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_48px.png %{buildroot}%{_iconsdir}/%{name}.png
+</I>&gt;<i> +install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/16x16/apps
+</I>&gt;<i> +install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/22x22/apps
+</I>&gt;<i> +install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/32x32/apps
+</I>&gt;<i> +install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/48x48/apps
+</I>&gt;<i> +install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/16x16/mimetypes
+</I>&gt;<i> +install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/22x22/mimetypes
+</I>&gt;<i> +install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/32x32/mimetypes
+</I>&gt;<i> +install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/48x48/mimetypes
+</I>&gt;<i> +cp -f %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_16px.png \
+</I>&gt;<i> +%{buildroot}%{_iconsdir}/hicolor/16x16/mimetypes/application-x-ardour3.png
+</I>&gt;<i> +cp -f %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_22px.png \
+</I>&gt;<i> +%{buildroot}%{_iconsdir}/hicolor/22x22/mimetypes/application-x-ardour3.png
+</I>&gt;<i> +cp -f %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_32px.png \
+</I>&gt;<i> +%{buildroot}%{_iconsdir}/hicolor/32x32/mimetypes/application-x-ardour3.png
+</I>&gt;<i> +cp -f %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_48px.png \
+</I>&gt;<i> +%{buildroot}%{_iconsdir}/hicolor/48x48/mimetypes/application-x-ardour3.png
+</I>&gt;<i> +cp -f %{buildroot}%{_datadir}/%{name}/icons/ardour_icon_16px.png \
+</I>&gt;<i> +%{buildroot}%{_iconsdir}/hicolor/16x16/apps/ardour3.png
+</I>&gt;<i> +cp -f %{buildroot}%{_datadir}/%{name}/icons/ardour_icon_22px.png \
+</I>&gt;<i> +%{buildroot}%{_iconsdir}/hicolor/22x22/apps/ardour3.png
+</I>&gt;<i> +cp -f %{buildroot}%{_datadir}/%{name}/icons/ardour_icon_32px.png \
+</I>&gt;<i> +%{buildroot}%{_iconsdir}/hicolor/32x32/apps/ardour3.png
+</I>&gt;<i> +cp -f %{buildroot}%{_datadir}/%{name}/icons/ardour_icon_48px.png \
+</I>&gt;<i> +%{buildroot}%{_iconsdir}/hicolor/48x48/apps/ardour3.png
+</I>
+
+FYI, these lines can be more neatly (IMO) done as:
+
+install -D -p %{buildroot}%{_datadir}/%{name}/icons/ardour_icon_48px.png
+%{buildroot}%{_iconsdir}/hicolor/48x48/apps/ardour3.png
+
+
+(you can also add &quot;-m 0644&quot; if you want to be specific about permission.
+
+All that said, if the icons are being shipped already, why not just
+symlink them rather than provide two copies? (in which case the install
+-d lines should remain :D)
+
+Col
+
+--
+
+Colin Guthrie
+colin(at)mageia.org
+<A HREF="http://colin.guthr.ie/">http://colin.guthr.ie/</A>
+
+Day Job:
+ Tribalogic Limited <A HREF="http://www.tribalogic.net/">http://www.tribalogic.net/</A>
+Open Source:
+ Mageia Contributor <A HREF="http://www.mageia.org/">http://www.mageia.org/</A>
+ PulseAudio Hacker <A HREF="http://www.pulseaudio.org/">http://www.pulseaudio.org/</A>
+ Trac Hacker <A HREF="http://trac.edgewall.org/">http://trac.edgewall.org/</A>
+</PRE>
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="023848.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
+</A></li>
+ <LI>Next message: <A HREF="023863.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#23851">[ date ]</a>
+ <a href="thread.html#23851">[ thread ]</a>
+ <a href="subject.html#23851">[ subject ]</a>
+ <a href="author.html#23851">[ 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>