From 96918d4a8a3edafb16e1568a73b50c09885c4e55 Mon Sep 17 00:00:00 2001 From: Simon Wells Date: Fri, 30 Oct 2015 08:43:04 +1300 Subject: [PATCH 1/3] Changed the bundle identifier to org.kicad-pcb. to follow the kicad domain name --- bitmap2component/CMakeLists.txt | 2 +- bitmap2component/Info.plist | 2 +- cvpcb/CMakeLists.txt | 2 +- cvpcb/Info.plist | 2 +- eeschema/CMakeLists.txt | 2 +- eeschema/Info.plist | 2 +- gerbview/CMakeLists.txt | 2 +- gerbview/Info.plist | 2 +- kicad/CMakeLists.txt | 2 +- kicad/Info.plist | 2 +- packaging/mac-osx/osx-package.pmdoc/01kicad.xml | 2 +- packaging/mac-osx/osx-package.pmdoc/02gerbview.xml | 2 +- packaging/mac-osx/osx-package.pmdoc/03eeschema.xml | 2 +- packaging/mac-osx/osx-package.pmdoc/04pcbnew.xml | 2 +- packaging/mac-osx/osx-package.pmdoc/05cvpcb.xml | 2 +- packaging/mac-osx/osx-package.pmdoc/06bitmap.xml | 2 +- pagelayout_editor/CMakeLists.txt | 2 +- pagelayout_editor/Info.plist | 2 +- pcb_calculator/CMakeLists.txt | 2 +- pcb_calculator/Info.plist | 2 +- pcbnew/CMakeLists.txt | 2 +- pcbnew/Info.plist | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/bitmap2component/CMakeLists.txt b/bitmap2component/CMakeLists.txt index f6f41b5ffc..bf213fe87f 100644 --- a/bitmap2component/CMakeLists.txt +++ b/bitmap2component/CMakeLists.txt @@ -28,7 +28,7 @@ if( APPLE ) MACOSX_PACKAGE_LOCATION Resources ) set( MACOSX_BUNDLE_ICON_FILE bitmap2component.icns ) - set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-eda.kicad ) + set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-pcb.kicad ) set( MACOSX_BUNDLE_NAME bitmap2component ) endif() diff --git a/bitmap2component/Info.plist b/bitmap2component/Info.plist index f39f5a5dff..de6b7e483a 100644 --- a/bitmap2component/Info.plist +++ b/bitmap2component/Info.plist @@ -13,7 +13,7 @@ CFBundleIconFile bitmap2component.icns CFBundleIdentifier - org.kicad-eda.bitmap2component + org.kicad-pcb.bitmap2component CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString diff --git a/cvpcb/CMakeLists.txt b/cvpcb/CMakeLists.txt index 1a42796e25..5a00f2c569 100644 --- a/cvpcb/CMakeLists.txt +++ b/cvpcb/CMakeLists.txt @@ -69,7 +69,7 @@ if( false ) MACOSX_PACKAGE_LOCATION Resources ) set( MACOSX_BUNDLE_ICON_FILE cvpcb.icns ) - set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-eda.kicad ) + set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-pcb.kicad ) set( MACOSX_BUNDLE_NAME cvpcb ) endif() diff --git a/cvpcb/Info.plist b/cvpcb/Info.plist index 9248420e5f..4c6a7a3383 100644 --- a/cvpcb/Info.plist +++ b/cvpcb/Info.plist @@ -27,7 +27,7 @@ CFBundleIconFile cvpcb.icns CFBundleIdentifier - org.kicad-eda.cvpcb + org.kicad-pcb.cvpcb CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString diff --git a/eeschema/CMakeLists.txt b/eeschema/CMakeLists.txt index 49e0c31926..462cd276ee 100644 --- a/eeschema/CMakeLists.txt +++ b/eeschema/CMakeLists.txt @@ -220,7 +220,7 @@ if( APPLE ) MACOSX_PACKAGE_LOCATION Resources ) set( MACOSX_BUNDLE_ICON_FILE eeschema.icns ) - set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-eda.kicad ) + set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-pcb.kicad ) set( MACOSX_BUNDLE_NAME eeschema ) endif() diff --git a/eeschema/Info.plist b/eeschema/Info.plist index 861d9856e4..7d8663d2f6 100644 --- a/eeschema/Info.plist +++ b/eeschema/Info.plist @@ -19,7 +19,7 @@ CFBundleExecutable eeschema CFBundleGetInfoString CFBundleIconFile eeschema.icns - CFBundleIdentifier org.kicad-eda.eeschema + CFBundleIdentifier org.kicad-pcb.eeschema CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString CFBundleName EESchema diff --git a/gerbview/CMakeLists.txt b/gerbview/CMakeLists.txt index d9f99ab09f..e050db90ac 100644 --- a/gerbview/CMakeLists.txt +++ b/gerbview/CMakeLists.txt @@ -90,7 +90,7 @@ if( APPLE ) MACOSX_PACKAGE_LOCATION Resources ) set( MACOSX_BUNDLE_ICON_FILE gerbview.icns ) - set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-eda.kicad ) + set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-pcb.kicad ) set( MACOSX_BUNDLE_NAME gerbview ) endif() diff --git a/gerbview/Info.plist b/gerbview/Info.plist index a37434eca2..f3dbf5c078 100644 --- a/gerbview/Info.plist +++ b/gerbview/Info.plist @@ -39,7 +39,7 @@ CFBundleExecutable gerbview CFBundleGetInfoString CFBundleIconFile gerbview.icns - CFBundleIdentifier org.kicad-eda.gerbview + CFBundleIdentifier org.kicad-pcb.gerbview CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString CFBundleName GerbView diff --git a/kicad/CMakeLists.txt b/kicad/CMakeLists.txt index 2a3fd0db28..887b7b5da6 100644 --- a/kicad/CMakeLists.txt +++ b/kicad/CMakeLists.txt @@ -36,7 +36,7 @@ if( APPLE ) MACOSX_PACKAGE_LOCATION Resources ) set( MACOSX_BUNDLE_ICON_FILE kicad.icns ) - set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-eda.kicad ) + set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-pcb.kicad ) set( MACOSX_BUNDLE_NAME kicad ) endif() diff --git a/kicad/Info.plist b/kicad/Info.plist index 791a798b88..9bb140d832 100644 --- a/kicad/Info.plist +++ b/kicad/Info.plist @@ -18,7 +18,7 @@ CFBundleExecutable kicad CFBundleGetInfoString CFBundleIconFile kicad.icns - CFBundleIdentifier org.kicad-eda.kicad + CFBundleIdentifier org.kicad-pcb.kicad CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString CFBundleName KiCad diff --git a/packaging/mac-osx/osx-package.pmdoc/01kicad.xml b/packaging/mac-osx/osx-package.pmdoc/01kicad.xml index 15eee19d41..aa38bef7ae 100644 --- a/packaging/mac-osx/osx-package.pmdoc/01kicad.xml +++ b/packaging/mac-osx/osx-package.pmdoc/01kicad.xml @@ -1 +1 @@ -net.sourceforge.kicad.kicad1.0../../kicad/kicad.app/Applications/KicadinstallTo.pathinstallFrom.pathparentinstallToidentifier01kicad-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ \ No newline at end of file +net.sourceforge.kicad.kicad1.0../../kicad/kicad.app/Applications/KicadinstallTo.pathinstallFrom.pathparentinstallToidentifier01kicad-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/02gerbview.xml b/packaging/mac-osx/osx-package.pmdoc/02gerbview.xml index 91ef831454..881bf609c3 100644 --- a/packaging/mac-osx/osx-package.pmdoc/02gerbview.xml +++ b/packaging/mac-osx/osx-package.pmdoc/02gerbview.xml @@ -1 +1 @@ -net.sourceforge.kicad.gerbview1.0../../gerbview/gerbview.app/Applications/KicadinstallTo.pathinstallFrom.pathparentinstallToidentifier02gerbview-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ \ No newline at end of file +net.sourceforge.kicad.gerbview1.0../../gerbview/gerbview.app/Applications/KicadinstallTo.pathinstallFrom.pathparentinstallToidentifier02gerbview-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/03eeschema.xml b/packaging/mac-osx/osx-package.pmdoc/03eeschema.xml index f3db39cb3f..749cb79e5e 100644 --- a/packaging/mac-osx/osx-package.pmdoc/03eeschema.xml +++ b/packaging/mac-osx/osx-package.pmdoc/03eeschema.xml @@ -1 +1 @@ -net.sourceforge.kicad.eeschema1.0../../eeschema/eeschema.app/Applications/KicadinstallTo.pathinstallFrom.pathparentinstallToidentifier03eeschema-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ \ No newline at end of file +net.sourceforge.kicad.eeschema1.0../../eeschema/eeschema.app/Applications/KicadinstallTo.pathinstallFrom.pathparentinstallToidentifier03eeschema-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/04pcbnew.xml b/packaging/mac-osx/osx-package.pmdoc/04pcbnew.xml index 88df38827d..fb07d7adbe 100644 --- a/packaging/mac-osx/osx-package.pmdoc/04pcbnew.xml +++ b/packaging/mac-osx/osx-package.pmdoc/04pcbnew.xml @@ -1 +1 @@ -net.sourceforge.kicad.pcbnew1.0../../pcbnew/pcbnew.app/Applications/KicadinstallTo.pathinstallFrom.isRelativeTypeinstallFrom.pathparentinstallToidentifier04pcbnew-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ \ No newline at end of file +net.sourceforge.kicad.pcbnew1.0../../pcbnew/pcbnew.app/Applications/KicadinstallTo.pathinstallFrom.isRelativeTypeinstallFrom.pathparentinstallToidentifier04pcbnew-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/05cvpcb.xml b/packaging/mac-osx/osx-package.pmdoc/05cvpcb.xml index 373c9d2d79..b0ccc790da 100644 --- a/packaging/mac-osx/osx-package.pmdoc/05cvpcb.xml +++ b/packaging/mac-osx/osx-package.pmdoc/05cvpcb.xml @@ -1 +1 @@ -net.sourceforge.kicad.cvpcb1.0../../cvpcb/cvpcb.app/Applications/KicadinstallTo.pathinstallFrom.isRelativeTypeinstallFrom.pathparentinstallToidentifier05cvpcb-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ \ No newline at end of file +net.sourceforge.kicad.cvpcb1.0../../cvpcb/cvpcb.app/Applications/KicadinstallTo.pathinstallFrom.isRelativeTypeinstallFrom.pathparentinstallToidentifier05cvpcb-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/06bitmap.xml b/packaging/mac-osx/osx-package.pmdoc/06bitmap.xml index 15e0a9411e..3372cda0e4 100644 --- a/packaging/mac-osx/osx-package.pmdoc/06bitmap.xml +++ b/packaging/mac-osx/osx-package.pmdoc/06bitmap.xml @@ -1 +1 @@ -net.sourceforge.kicad.kicad.bitmap2component.pkg1.0../../bitmap2component/bitmap2component.app/Applications/KicadinstallFrom.isRelativeTypeinstallTo.pathparentinstallTo06bitmap-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ \ No newline at end of file +net.sourceforge.kicad.kicad.bitmap2component.pkg1.0../../bitmap2component/bitmap2component.app/Applications/KicadinstallFrom.isRelativeTypeinstallTo.pathparentinstallTo06bitmap-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/pagelayout_editor/CMakeLists.txt b/pagelayout_editor/CMakeLists.txt index f28999ed77..094663aaf8 100644 --- a/pagelayout_editor/CMakeLists.txt +++ b/pagelayout_editor/CMakeLists.txt @@ -63,7 +63,7 @@ if( APPLE ) MACOSX_PACKAGE_LOCATION Resources ) set( MACOSX_BUNDLE_ICON_FILE pl_editor.icns ) - set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-eda.kicad ) + set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-pcb.kicad ) set( MACOSX_BUNDLE_NAME pl_editor ) endif() diff --git a/pagelayout_editor/Info.plist b/pagelayout_editor/Info.plist index 060ef24ce9..169550fedd 100644 --- a/pagelayout_editor/Info.plist +++ b/pagelayout_editor/Info.plist @@ -19,7 +19,7 @@ CFBundleExecutable pl_editor CFBundleGetInfoString CFBundleIconFile pl_editor.icns - CFBundleIdentifier org.kicad-eda.pl_editor + CFBundleIdentifier org.kicad-pcb.pl_editor CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString CFBundleName pl_editor diff --git a/pcb_calculator/CMakeLists.txt b/pcb_calculator/CMakeLists.txt index 97b4bc22d3..fcde2f7678 100644 --- a/pcb_calculator/CMakeLists.txt +++ b/pcb_calculator/CMakeLists.txt @@ -49,7 +49,7 @@ if( APPLE ) MACOSX_PACKAGE_LOCATION Resources ) set( MACOSX_BUNDLE_ICON_FILE pcb_calculator.icns ) - set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-eda.kicad ) + set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-pcb.kicad ) set( MACOSX_BUNDLE_NAME pcb_calculator ) endif() diff --git a/pcb_calculator/Info.plist b/pcb_calculator/Info.plist index d54598b872..d6bf5beaa6 100644 --- a/pcb_calculator/Info.plist +++ b/pcb_calculator/Info.plist @@ -11,7 +11,7 @@ CFBundleIconFile pcb_calculator.icns CFBundleIdentifier - org.kicad-eda.pcb_calculator + org.kicad-pcb.pcb_calculator CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index d044ee4712..12490691be 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -510,7 +510,7 @@ if( APPLE ) MACOSX_PACKAGE_LOCATION Resources ) set( MACOSX_BUNDLE_ICON_FILE pcbnew.icns ) - set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-eda.kicad ) + set( MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-pcb.kicad ) set( MACOSX_BUNDLE_NAME pcbnew ) endif() diff --git a/pcbnew/Info.plist b/pcbnew/Info.plist index 3f31259d06..f9da1a782f 100644 --- a/pcbnew/Info.plist +++ b/pcbnew/Info.plist @@ -21,7 +21,7 @@ CFBundleExecutable pcbnew CFBundleGetInfoString CFBundleIconFile pcbnew.icns - CFBundleIdentifier org.kicad-eda.pcbnew + CFBundleIdentifier org.kicad-pcb.pcbnew CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString CFBundleName PCBNew From 80d880a3e1ccabfc2b005dadf1d02638cf2992f7 Mon Sep 17 00:00:00 2001 From: Simon Wells Date: Sat, 31 Oct 2015 01:53:06 +1300 Subject: [PATCH 2/3] Updated identifiers in packagemarker docs to remove references to sourceforge and to follow other identifiers --- packaging/mac-osx/osx-package.pmdoc/01kicad.xml | 2 +- packaging/mac-osx/osx-package.pmdoc/02gerbview.xml | 2 +- packaging/mac-osx/osx-package.pmdoc/03eeschema.xml | 2 +- packaging/mac-osx/osx-package.pmdoc/04pcbnew.xml | 2 +- packaging/mac-osx/osx-package.pmdoc/05cvpcb.xml | 2 +- packaging/mac-osx/osx-package.pmdoc/06bitmap.xml | 2 +- packaging/mac-osx/osx-package.pmdoc/index.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packaging/mac-osx/osx-package.pmdoc/01kicad.xml b/packaging/mac-osx/osx-package.pmdoc/01kicad.xml index aa38bef7ae..ea0de37ecc 100644 --- a/packaging/mac-osx/osx-package.pmdoc/01kicad.xml +++ b/packaging/mac-osx/osx-package.pmdoc/01kicad.xml @@ -1 +1 @@ -net.sourceforge.kicad.kicad1.0../../kicad/kicad.app/Applications/KicadinstallTo.pathinstallFrom.pathparentinstallToidentifier01kicad-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ +org.kicad-pcb.kicad1.0../../kicad/kicad.app/Applications/KicadinstallTo.pathinstallFrom.pathparentinstallToidentifier01kicad-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/02gerbview.xml b/packaging/mac-osx/osx-package.pmdoc/02gerbview.xml index 881bf609c3..2c76be8541 100644 --- a/packaging/mac-osx/osx-package.pmdoc/02gerbview.xml +++ b/packaging/mac-osx/osx-package.pmdoc/02gerbview.xml @@ -1 +1 @@ -net.sourceforge.kicad.gerbview1.0../../gerbview/gerbview.app/Applications/KicadinstallTo.pathinstallFrom.pathparentinstallToidentifier02gerbview-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ +org.kicad-pcb.gerbview1.0../../gerbview/gerbview.app/Applications/KicadinstallTo.pathinstallFrom.pathparentinstallToidentifier02gerbview-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/03eeschema.xml b/packaging/mac-osx/osx-package.pmdoc/03eeschema.xml index 749cb79e5e..2962252fc3 100644 --- a/packaging/mac-osx/osx-package.pmdoc/03eeschema.xml +++ b/packaging/mac-osx/osx-package.pmdoc/03eeschema.xml @@ -1 +1 @@ -net.sourceforge.kicad.eeschema1.0../../eeschema/eeschema.app/Applications/KicadinstallTo.pathinstallFrom.pathparentinstallToidentifier03eeschema-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ +org.kicad-pcb.eeschema1.0../../eeschema/eeschema.app/Applications/KicadinstallTo.pathinstallFrom.pathparentinstallToidentifier03eeschema-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/04pcbnew.xml b/packaging/mac-osx/osx-package.pmdoc/04pcbnew.xml index fb07d7adbe..498e593861 100644 --- a/packaging/mac-osx/osx-package.pmdoc/04pcbnew.xml +++ b/packaging/mac-osx/osx-package.pmdoc/04pcbnew.xml @@ -1 +1 @@ -net.sourceforge.kicad.pcbnew1.0../../pcbnew/pcbnew.app/Applications/KicadinstallTo.pathinstallFrom.isRelativeTypeinstallFrom.pathparentinstallToidentifier04pcbnew-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ +org.kicad-pcb.pcbnew1.0../../pcbnew/pcbnew.app/Applications/KicadinstallTo.pathinstallFrom.isRelativeTypeinstallFrom.pathparentinstallToidentifier04pcbnew-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/05cvpcb.xml b/packaging/mac-osx/osx-package.pmdoc/05cvpcb.xml index b0ccc790da..e522d6f1bc 100644 --- a/packaging/mac-osx/osx-package.pmdoc/05cvpcb.xml +++ b/packaging/mac-osx/osx-package.pmdoc/05cvpcb.xml @@ -1 +1 @@ -net.sourceforge.kicad.cvpcb1.0../../cvpcb/cvpcb.app/Applications/KicadinstallTo.pathinstallFrom.isRelativeTypeinstallFrom.pathparentinstallToidentifier05cvpcb-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ +org.kicad-pcb.cvpcb1.0../../cvpcb/cvpcb.app/Applications/KicadinstallTo.pathinstallFrom.isRelativeTypeinstallFrom.pathparentinstallToidentifier05cvpcb-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/06bitmap.xml b/packaging/mac-osx/osx-package.pmdoc/06bitmap.xml index 3372cda0e4..e452cfaf26 100644 --- a/packaging/mac-osx/osx-package.pmdoc/06bitmap.xml +++ b/packaging/mac-osx/osx-package.pmdoc/06bitmap.xml @@ -1 +1 @@ -net.sourceforge.kicad.kicad.bitmap2component.pkg1.0../../bitmap2component/bitmap2component.app/Applications/KicadinstallFrom.isRelativeTypeinstallTo.pathparentinstallTo06bitmap-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ +org.kicad-pcb.bitmap2component.pkg1.0../../bitmap2component/bitmap2component.app/Applications/KicadinstallFrom.isRelativeTypeinstallTo.pathparentinstallTo06bitmap-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/index.xml b/packaging/mac-osx/osx-package.pmdoc/index.xml index 65261755d0..ef5a1d0fb2 100644 --- a/packaging/mac-osx/osx-package.pmdoc/index.xml +++ b/packaging/mac-osx/osx-package.pmdoc/index.xml @@ -1 +1 @@ -Kicad/Users/marco/Development/Kicad-27-Dec-2010.mpkgnet.sourceforge.kicad../../AUTHORS.txt../../CHANGELOG.txt01kicad.xml02gerbview.xml03eeschema.xml04pcbnew.xml05cvpcb.xml06bitmap.xmlproperties.titleproperties.anywhereDomain \ No newline at end of file +Kicad/Users/marco/Development/Kicad-27-Dec-2010.mpkgorg.kicad-pcb../../AUTHORS.txt../../CHANGELOG.txt01kicad.xml02gerbview.xml03eeschema.xml04pcbnew.xml05cvpcb.xml06bitmap.xmlproperties.titleproperties.anywhereDomain From 7efd3f37071da08d99be3537896a986f1328a141 Mon Sep 17 00:00:00 2001 From: Simon Wells Date: Sat, 31 Oct 2015 02:08:31 +1300 Subject: [PATCH 3/3] Removed outdated packagemaker information, the pmdoc is generated and does not belong in the kicad tree, it is also highly specific as seen due to the references to /Users/marco, this is not used in normal builds nor in the packaging for kicad osx nightlies --- packaging/mac-osx/osx-package.pmdoc/01kicad-contents.xml | 1 - packaging/mac-osx/osx-package.pmdoc/01kicad.xml | 1 - packaging/mac-osx/osx-package.pmdoc/02gerbview-contents.xml | 1 - packaging/mac-osx/osx-package.pmdoc/02gerbview.xml | 1 - packaging/mac-osx/osx-package.pmdoc/03eeschema-contents.xml | 1 - packaging/mac-osx/osx-package.pmdoc/03eeschema.xml | 1 - packaging/mac-osx/osx-package.pmdoc/04pcbnew-contents.xml | 1 - packaging/mac-osx/osx-package.pmdoc/04pcbnew.xml | 1 - packaging/mac-osx/osx-package.pmdoc/05cvpcb-contents.xml | 1 - packaging/mac-osx/osx-package.pmdoc/05cvpcb.xml | 1 - packaging/mac-osx/osx-package.pmdoc/06bitmap-contents.xml | 1 - packaging/mac-osx/osx-package.pmdoc/06bitmap.xml | 1 - packaging/mac-osx/osx-package.pmdoc/index.xml | 1 - 13 files changed, 13 deletions(-) delete mode 100644 packaging/mac-osx/osx-package.pmdoc/01kicad-contents.xml delete mode 100644 packaging/mac-osx/osx-package.pmdoc/01kicad.xml delete mode 100644 packaging/mac-osx/osx-package.pmdoc/02gerbview-contents.xml delete mode 100644 packaging/mac-osx/osx-package.pmdoc/02gerbview.xml delete mode 100644 packaging/mac-osx/osx-package.pmdoc/03eeschema-contents.xml delete mode 100644 packaging/mac-osx/osx-package.pmdoc/03eeschema.xml delete mode 100644 packaging/mac-osx/osx-package.pmdoc/04pcbnew-contents.xml delete mode 100644 packaging/mac-osx/osx-package.pmdoc/04pcbnew.xml delete mode 100644 packaging/mac-osx/osx-package.pmdoc/05cvpcb-contents.xml delete mode 100644 packaging/mac-osx/osx-package.pmdoc/05cvpcb.xml delete mode 100644 packaging/mac-osx/osx-package.pmdoc/06bitmap-contents.xml delete mode 100644 packaging/mac-osx/osx-package.pmdoc/06bitmap.xml delete mode 100644 packaging/mac-osx/osx-package.pmdoc/index.xml diff --git a/packaging/mac-osx/osx-package.pmdoc/01kicad-contents.xml b/packaging/mac-osx/osx-package.pmdoc/01kicad-contents.xml deleted file mode 100644 index af0a6c9258..0000000000 --- a/packaging/mac-osx/osx-package.pmdoc/01kicad-contents.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packaging/mac-osx/osx-package.pmdoc/01kicad.xml b/packaging/mac-osx/osx-package.pmdoc/01kicad.xml deleted file mode 100644 index ea0de37ecc..0000000000 --- a/packaging/mac-osx/osx-package.pmdoc/01kicad.xml +++ /dev/null @@ -1 +0,0 @@ -org.kicad-pcb.kicad1.0../../kicad/kicad.app/Applications/KicadinstallTo.pathinstallFrom.pathparentinstallToidentifier01kicad-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/02gerbview-contents.xml b/packaging/mac-osx/osx-package.pmdoc/02gerbview-contents.xml deleted file mode 100644 index b8dbefaa61..0000000000 --- a/packaging/mac-osx/osx-package.pmdoc/02gerbview-contents.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packaging/mac-osx/osx-package.pmdoc/02gerbview.xml b/packaging/mac-osx/osx-package.pmdoc/02gerbview.xml deleted file mode 100644 index 2c76be8541..0000000000 --- a/packaging/mac-osx/osx-package.pmdoc/02gerbview.xml +++ /dev/null @@ -1 +0,0 @@ -org.kicad-pcb.gerbview1.0../../gerbview/gerbview.app/Applications/KicadinstallTo.pathinstallFrom.pathparentinstallToidentifier02gerbview-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/03eeschema-contents.xml b/packaging/mac-osx/osx-package.pmdoc/03eeschema-contents.xml deleted file mode 100644 index 1ab6f08f84..0000000000 --- a/packaging/mac-osx/osx-package.pmdoc/03eeschema-contents.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packaging/mac-osx/osx-package.pmdoc/03eeschema.xml b/packaging/mac-osx/osx-package.pmdoc/03eeschema.xml deleted file mode 100644 index 2962252fc3..0000000000 --- a/packaging/mac-osx/osx-package.pmdoc/03eeschema.xml +++ /dev/null @@ -1 +0,0 @@ -org.kicad-pcb.eeschema1.0../../eeschema/eeschema.app/Applications/KicadinstallTo.pathinstallFrom.pathparentinstallToidentifier03eeschema-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/04pcbnew-contents.xml b/packaging/mac-osx/osx-package.pmdoc/04pcbnew-contents.xml deleted file mode 100644 index 1c56391fd1..0000000000 --- a/packaging/mac-osx/osx-package.pmdoc/04pcbnew-contents.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packaging/mac-osx/osx-package.pmdoc/04pcbnew.xml b/packaging/mac-osx/osx-package.pmdoc/04pcbnew.xml deleted file mode 100644 index 498e593861..0000000000 --- a/packaging/mac-osx/osx-package.pmdoc/04pcbnew.xml +++ /dev/null @@ -1 +0,0 @@ -org.kicad-pcb.pcbnew1.0../../pcbnew/pcbnew.app/Applications/KicadinstallTo.pathinstallFrom.isRelativeTypeinstallFrom.pathparentinstallToidentifier04pcbnew-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/05cvpcb-contents.xml b/packaging/mac-osx/osx-package.pmdoc/05cvpcb-contents.xml deleted file mode 100644 index dd0a34401b..0000000000 --- a/packaging/mac-osx/osx-package.pmdoc/05cvpcb-contents.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packaging/mac-osx/osx-package.pmdoc/05cvpcb.xml b/packaging/mac-osx/osx-package.pmdoc/05cvpcb.xml deleted file mode 100644 index e522d6f1bc..0000000000 --- a/packaging/mac-osx/osx-package.pmdoc/05cvpcb.xml +++ /dev/null @@ -1 +0,0 @@ -org.kicad-pcb.cvpcb1.0../../cvpcb/cvpcb.app/Applications/KicadinstallTo.pathinstallFrom.isRelativeTypeinstallFrom.pathparentinstallToidentifier05cvpcb-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/06bitmap-contents.xml b/packaging/mac-osx/osx-package.pmdoc/06bitmap-contents.xml deleted file mode 100644 index ba0f55e6c3..0000000000 --- a/packaging/mac-osx/osx-package.pmdoc/06bitmap-contents.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packaging/mac-osx/osx-package.pmdoc/06bitmap.xml b/packaging/mac-osx/osx-package.pmdoc/06bitmap.xml deleted file mode 100644 index e452cfaf26..0000000000 --- a/packaging/mac-osx/osx-package.pmdoc/06bitmap.xml +++ /dev/null @@ -1 +0,0 @@ -org.kicad-pcb.bitmap2component.pkg1.0../../bitmap2component/bitmap2component.app/Applications/KicadinstallFrom.isRelativeTypeinstallTo.pathparentinstallTo06bitmap-contents.xml/CVS$/\.svn$/\.cvsignore$/\.cvspass$/\.DS_Store$ diff --git a/packaging/mac-osx/osx-package.pmdoc/index.xml b/packaging/mac-osx/osx-package.pmdoc/index.xml deleted file mode 100644 index ef5a1d0fb2..0000000000 --- a/packaging/mac-osx/osx-package.pmdoc/index.xml +++ /dev/null @@ -1 +0,0 @@ -Kicad/Users/marco/Development/Kicad-27-Dec-2010.mpkgorg.kicad-pcb../../AUTHORS.txt../../CHANGELOG.txt01kicad.xml02gerbview.xml03eeschema.xml04pcbnew.xml05cvpcb.xml06bitmap.xmlproperties.titleproperties.anywhereDomain