From 0490296a9bd979454042d0bc64f1f2c4c724a674 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Tue, 19 Oct 2010 06:39:46 +0000 Subject: See ChangeLog --- muse2/share/CMakeLists.txt | 23 +++++++++++++++++++++++ muse2/share/drummaps/CMakeLists.txt | 22 ++++++++++++++++++++++ muse2/share/html/CMakeLists.txt | 28 ++++++++++++++++++++++++++++ muse2/share/instruments/CMakeLists.txt | 22 ++++++++++++++++++++++ muse2/share/locale/CMakeLists.txt | 21 +++++++++++++++++++++ muse2/share/plugins/CMakeLists.txt | 22 ++++++++++++++++++++++ muse2/share/pybridge/CMakeLists.txt | 22 ++++++++++++++++++++++ muse2/share/scripts/CMakeLists.txt | 28 ++++++++++++++++++++++++++++ muse2/share/templates/CMakeLists.txt | 30 ++++++++++++++++++++++++++++++ muse2/share/wallpapers/CMakeLists.txt | 22 ++++++++++++++++++++++ 10 files changed, 240 insertions(+) create mode 100644 muse2/share/CMakeLists.txt create mode 100644 muse2/share/drummaps/CMakeLists.txt create mode 100644 muse2/share/html/CMakeLists.txt create mode 100644 muse2/share/instruments/CMakeLists.txt create mode 100644 muse2/share/locale/CMakeLists.txt create mode 100644 muse2/share/plugins/CMakeLists.txt create mode 100644 muse2/share/pybridge/CMakeLists.txt create mode 100644 muse2/share/scripts/CMakeLists.txt create mode 100644 muse2/share/templates/CMakeLists.txt create mode 100644 muse2/share/wallpapers/CMakeLists.txt (limited to 'muse2/share') diff --git a/muse2/share/CMakeLists.txt b/muse2/share/CMakeLists.txt new file mode 100644 index 00000000..bb923315 --- /dev/null +++ b/muse2/share/CMakeLists.txt @@ -0,0 +1,23 @@ +#============================================================================= +# MusE +# Linux Music Editor +# $Id:$ +# +# Copyright (C) 2002-2006 by Werner Schweer and others +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#============================================================================= + +subdirs( drummaps html instruments locale plugins pybridge scripts templates wallpapers) +# subdirs( drummaps instruments locale plugins pybridge scripts templates wallpapers) + diff --git a/muse2/share/drummaps/CMakeLists.txt b/muse2/share/drummaps/CMakeLists.txt new file mode 100644 index 00000000..965ddac6 --- /dev/null +++ b/muse2/share/drummaps/CMakeLists.txt @@ -0,0 +1,22 @@ +#============================================================================= +# MusE +# Linux Music Editor +# $Id:$ +# +# Copyright (C) 2002-2006 by Werner Schweer and others +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#============================================================================= + +install_files( /share/${MusE_INSTALL_NAME}/drummaps .*\\.map ) + diff --git a/muse2/share/html/CMakeLists.txt b/muse2/share/html/CMakeLists.txt new file mode 100644 index 00000000..e1a4f965 --- /dev/null +++ b/muse2/share/html/CMakeLists.txt @@ -0,0 +1,28 @@ +#============================================================================= +# MusE +# Linux Music Editor +# $Id:$ +# +# Copyright (C) 2002-2006 by Werner Schweer and others +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#============================================================================= + +# FIXME: Won't work. +#install_files( /share/${MusE_INSTALL_NAME}/html .*\\.html .*\\.txt .*\\.jpg ) + +install_files( /share/${MusE_INSTALL_NAME}/html .*\\.html ) +install_files( /share/${MusE_INSTALL_NAME}/html .*\\.jpg ) +# FIXME: Installs CMakeLists.txt !!! +install_files( /share/${MusE_INSTALL_NAME}/html .*\\.txt ) + diff --git a/muse2/share/instruments/CMakeLists.txt b/muse2/share/instruments/CMakeLists.txt new file mode 100644 index 00000000..64eb89ac --- /dev/null +++ b/muse2/share/instruments/CMakeLists.txt @@ -0,0 +1,22 @@ +#============================================================================= +# MusE +# Linux Music Editor +# $Id:$ +# +# Copyright (C) 2002-2006 by Werner Schweer and others +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#============================================================================= + +install_files( /share/${MusE_INSTALL_NAME}/instruments .*\\.idf ) + diff --git a/muse2/share/locale/CMakeLists.txt b/muse2/share/locale/CMakeLists.txt new file mode 100644 index 00000000..76aa7660 --- /dev/null +++ b/muse2/share/locale/CMakeLists.txt @@ -0,0 +1,21 @@ +#============================================================================= +# MusE +# Linux Music Editor +# $Id:$ +# +# Copyright (C) 2002-2006 by Werner Schweer and others +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#============================================================================= + +install_files( /share/${MusE_INSTALL_NAME}/locale .*\\.qm ) diff --git a/muse2/share/plugins/CMakeLists.txt b/muse2/share/plugins/CMakeLists.txt new file mode 100644 index 00000000..4df55561 --- /dev/null +++ b/muse2/share/plugins/CMakeLists.txt @@ -0,0 +1,22 @@ +#============================================================================= +# MusE +# Linux Music Editor +# $Id:$ +# +# Copyright (C) 2002-2006 by Werner Schweer and others +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#============================================================================= + +install_files ( /share/${MusE_INSTALL_NAME}/plugins .*\\.ui ) + diff --git a/muse2/share/pybridge/CMakeLists.txt b/muse2/share/pybridge/CMakeLists.txt new file mode 100644 index 00000000..d38f1c60 --- /dev/null +++ b/muse2/share/pybridge/CMakeLists.txt @@ -0,0 +1,22 @@ +#============================================================================= +# MusE +# Linux Music Editor +# $Id:$ +# +# Copyright (C) 2002-2006 by Werner Schweer and others +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#============================================================================= + +install_files( /share/${MusE_INSTALL_NAME}/pybridge .*\\.py ) + diff --git a/muse2/share/scripts/CMakeLists.txt b/muse2/share/scripts/CMakeLists.txt new file mode 100644 index 00000000..27046121 --- /dev/null +++ b/muse2/share/scripts/CMakeLists.txt @@ -0,0 +1,28 @@ +#============================================================================= +# MusE +# Linux Music Editor +# $Id:$ +# +# Copyright (C) 2002-2006 by Werner Schweer and others +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#============================================================================= + +# FIXME: Won't work +#install_files( /share/${MusE_INSTALL_NAME}/scripts DoNothing RemoveShortEvents DoubleSpeed ConstantLength SwingQuantize1 ) + +install_files( /share/${MusE_INSTALL_NAME}/scripts DoNothing ) +install_files( /share/${MusE_INSTALL_NAME}/scripts RemoveShortEvents ) +install_files( /share/${MusE_INSTALL_NAME}/scripts DoubleSpeed ) +install_files( /share/${MusE_INSTALL_NAME}/scripts ConstantLength ) +install_files( /share/${MusE_INSTALL_NAME}/scripts SwingQuantize1 ) diff --git a/muse2/share/templates/CMakeLists.txt b/muse2/share/templates/CMakeLists.txt new file mode 100644 index 00000000..92defd5c --- /dev/null +++ b/muse2/share/templates/CMakeLists.txt @@ -0,0 +1,30 @@ +#============================================================================= +# MusE +# Linux Music Editor +# $Id:$ +# +# Copyright (C) 2002-2006 by Werner Schweer and others +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#============================================================================= + +install_files ( /share/${MusE_INSTALL_NAME}/templates .*\\.med +# audio.med +# # empty.med +# default.med +# midiGM.med +# monorecord.med +# synti.med +# # ns5r.med + ) + diff --git a/muse2/share/wallpapers/CMakeLists.txt b/muse2/share/wallpapers/CMakeLists.txt new file mode 100644 index 00000000..f098c244 --- /dev/null +++ b/muse2/share/wallpapers/CMakeLists.txt @@ -0,0 +1,22 @@ +#============================================================================= +# MusE +# Linux Music Editor +# $Id:$ +# +# Copyright (C) 2002-2006 by Werner Schweer and others +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#============================================================================= + +install_files ( /share/${MusE_INSTALL_NAME}/wallpapers .*\\.gif ) +install_files ( /share/${MusE_INSTALL_NAME}/wallpapers .*\\.jpg ) -- cgit v1.2.3