diff --git a/nanonote-example-files/Makefile b/nanonote-example-files/Makefile index 9cd1e21..19033f1 100644 --- a/nanonote-example-files/Makefile +++ b/nanonote-example-files/Makefile @@ -5,23 +5,23 @@ PKG_VERSION:=1.0 include $(INCLUDE_DIR)/package.mk -define Package/nanonote-example-files +define Package/nanonote-example-files/Default MAINTAINER:="Xiangfu Liu" - TITLE:=nanonote-example-files + TITLE:=NanoNote Files SECTION:=utils CATEGORY:=Utilities endef -define Package/nanonote-example-files/description - Example Music files, etc. +define Package/nanonote-example-files + $(call Package/nanonote-files/Default) + TITLE+=(Example Files) endef define Build/Compile endef define Package/nanonote-example-files/install - $(INSTALL_DIR) $(1)/root/ - $(CP) ./files/* $(1)/root/ + $(CP) ./example-files/* $(1)/ endef $(eval $(call BuildPackage,nanonote-example-files)) diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/plplot_examples.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/plplot_examples.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/plplot_examples.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/plplot_examples.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x01.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x01.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x01.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x01.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x02.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x02.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x02.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x02.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x03.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x03.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x03.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x03.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x04.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x04.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x04.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x04.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x05.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x05.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x05.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x05.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x06.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x06.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x06.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x06.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x07.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x07.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x07.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x07.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x08.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x08.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x08.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x08.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x09.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x09.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x09.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x09.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x10.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x10.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x10.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x10.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x11.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x11.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x11.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x11.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x12.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x12.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x12.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x12.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x13.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x13.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x13.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x13.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x14.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x14.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x14.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x14.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x15.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x15.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x15.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x15.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x16.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x16.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x16.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x16.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x17.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x17.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x17.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x17.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x18.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x18.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x18.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x18.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x19.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x19.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x19.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x19.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x20.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x20.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x20.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x20.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x21.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x21.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x21.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x21.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x22.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x22.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x22.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x22.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x23.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x23.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x23.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x23.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x24.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x24.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x24.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x24.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x25.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x25.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x25.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x25.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x26.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x26.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x26.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x26.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x27.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x27.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x27.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x27.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x28.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x28.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x28.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x28.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x29.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x29.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x29.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x29.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x30.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x30.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x30.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x30.lua diff --git a/nanonote-example-files/files/Examples/lua-plplot-examples/x31.lua b/nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x31.lua similarity index 100% rename from nanonote-example-files/files/Examples/lua-plplot-examples/x31.lua rename to nanonote-example-files/example-files/data/Examples/lua-plplot-examples/x31.lua diff --git a/nanonote-example-files/files/Music/Camille_Saint-Saens_-_introduction_et_rondo_capriccioso,_op._28.ogg b/nanonote-example-files/example-files/data/Music/Camille_Saint-Saens_-_introduction_et_rondo_capriccioso,_op._28.ogg similarity index 100% rename from nanonote-example-files/files/Music/Camille_Saint-Saens_-_introduction_et_rondo_capriccioso,_op._28.ogg rename to nanonote-example-files/example-files/data/Music/Camille_Saint-Saens_-_introduction_et_rondo_capriccioso,_op._28.ogg diff --git a/nanonote-example-files/files/Music/README b/nanonote-example-files/example-files/data/Music/README similarity index 100% rename from nanonote-example-files/files/Music/README rename to nanonote-example-files/example-files/data/Music/README diff --git a/nanonote-example-files/files/Examples/Qt b/nanonote-example-files/files/Examples/Qt deleted file mode 120000 index 5bbcdb1..0000000 --- a/nanonote-example-files/files/Examples/Qt +++ /dev/null @@ -1 +0,0 @@ -/usr/share/Qt/ \ No newline at end of file