Parcourir la source

dont store packages by deeper category

Hal Emmerich il y a 4 ans
Parent
commit
b2c589925c
36 fichiers modifiés avec 14 ajouts et 3 suppressions
  1. 12 0
      packages/filesystem/filesystem.make
  2. 0 0
      packages/filesystem/font-source-code-pro/.gitignore
  3. 0 0
      packages/filesystem/font-source-code-pro/font-source-code-pro_1.010.orig.tar.gz
  4. 0 0
      packages/filesystem/font-source-code-pro/makefile
  5. 0 0
      packages/filesystem/font-source-code-pro/src/SourceCodePro-Black.ttf
  6. 0 0
      packages/filesystem/font-source-code-pro/src/SourceCodePro-BlackIt.ttf
  7. 0 0
      packages/filesystem/font-source-code-pro/src/SourceCodePro-Bold.ttf
  8. 0 0
      packages/filesystem/font-source-code-pro/src/SourceCodePro-BoldIt.ttf
  9. 0 0
      packages/filesystem/font-source-code-pro/src/SourceCodePro-ExtraLight.ttf
  10. 0 0
      packages/filesystem/font-source-code-pro/src/SourceCodePro-ExtraLightIt.ttf
  11. 0 0
      packages/filesystem/font-source-code-pro/src/SourceCodePro-It.ttf
  12. 0 0
      packages/filesystem/font-source-code-pro/src/SourceCodePro-Light.ttf
  13. 0 0
      packages/filesystem/font-source-code-pro/src/SourceCodePro-LightIt.ttf
  14. 0 0
      packages/filesystem/font-source-code-pro/src/SourceCodePro-Medium.ttf
  15. 0 0
      packages/filesystem/font-source-code-pro/src/SourceCodePro-MediumIt.ttf
  16. 0 0
      packages/filesystem/font-source-code-pro/src/SourceCodePro-Regular.ttf
  17. 0 0
      packages/filesystem/font-source-code-pro/src/SourceCodePro-Semibold.ttf
  18. 0 0
      packages/filesystem/font-source-code-pro/src/SourceCodePro-SemiboldIt.ttf
  19. 0 0
      packages/filesystem/font-source-code-pro/src/debian/changelog
  20. 0 0
      packages/filesystem/font-source-code-pro/src/debian/compat
  21. 0 0
      packages/filesystem/font-source-code-pro/src/debian/control
  22. 0 0
      packages/filesystem/font-source-code-pro/src/debian/rules
  23. 0 1
      packages/filesystem/fonts/font-source-code-pro/src/debian/install
  24. 0 0
      packages/filesystem/xsecurelock/.gitignore
  25. 0 0
      packages/filesystem/xsecurelock/makefile
  26. 0 0
      packages/filesystem/xsecurelock/src/debian/changelog
  27. 0 0
      packages/filesystem/xsecurelock/src/debian/compat
  28. 0 0
      packages/filesystem/xsecurelock/src/debian/control
  29. 0 0
      packages/filesystem/xsecurelock/src/debian/copyright
  30. 0 0
      packages/filesystem/xsecurelock/src/debian/docs
  31. 0 0
      packages/filesystem/xsecurelock/src/debian/rules
  32. 0 0
      packages/filesystem/xsecurelock/src/debian/source/format
  33. 0 0
      packages/filesystem/xsecurelock/src/debian/watch
  34. 0 0
      packages/filesystem/xsecurelock/xsecurelock_1.5.1.orig.tar.gz
  35. 1 1
      packages/packaging-readme.md
  36. 1 1
      scripts/buildFilesystem.sh

+ 12 - 0
packages/filesystem/filesystem.make

@@ -0,0 +1,12 @@
+SUBDIRS = $(shell ls -d */)
+
+all:
+    for dir in $(SUBDIRS) ; do \
+        make -C  $$dir ; \
+    done
+
+
+clean:
+    for dir in $(SUBDIRS) ; do \
+        make clean -C  $$dir ; \
+    done

+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/.gitignore → packages/filesystem/font-source-code-pro/.gitignore


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/font-source-code-pro_1.010.orig.tar.gz → packages/filesystem/font-source-code-pro/font-source-code-pro_1.010.orig.tar.gz


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/makefile → packages/filesystem/font-source-code-pro/makefile


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/SourceCodePro-Black.ttf → packages/filesystem/font-source-code-pro/src/SourceCodePro-Black.ttf


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/SourceCodePro-BlackIt.ttf → packages/filesystem/font-source-code-pro/src/SourceCodePro-BlackIt.ttf


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/SourceCodePro-Bold.ttf → packages/filesystem/font-source-code-pro/src/SourceCodePro-Bold.ttf


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/SourceCodePro-BoldIt.ttf → packages/filesystem/font-source-code-pro/src/SourceCodePro-BoldIt.ttf


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/SourceCodePro-ExtraLight.ttf → packages/filesystem/font-source-code-pro/src/SourceCodePro-ExtraLight.ttf


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/SourceCodePro-ExtraLightIt.ttf → packages/filesystem/font-source-code-pro/src/SourceCodePro-ExtraLightIt.ttf


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/SourceCodePro-It.ttf → packages/filesystem/font-source-code-pro/src/SourceCodePro-It.ttf


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/SourceCodePro-Light.ttf → packages/filesystem/font-source-code-pro/src/SourceCodePro-Light.ttf


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/SourceCodePro-LightIt.ttf → packages/filesystem/font-source-code-pro/src/SourceCodePro-LightIt.ttf


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/SourceCodePro-Medium.ttf → packages/filesystem/font-source-code-pro/src/SourceCodePro-Medium.ttf


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/SourceCodePro-MediumIt.ttf → packages/filesystem/font-source-code-pro/src/SourceCodePro-MediumIt.ttf


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/SourceCodePro-Regular.ttf → packages/filesystem/font-source-code-pro/src/SourceCodePro-Regular.ttf


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/SourceCodePro-Semibold.ttf → packages/filesystem/font-source-code-pro/src/SourceCodePro-Semibold.ttf


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/SourceCodePro-SemiboldIt.ttf → packages/filesystem/font-source-code-pro/src/SourceCodePro-SemiboldIt.ttf


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/debian/changelog → packages/filesystem/font-source-code-pro/src/debian/changelog


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/debian/compat → packages/filesystem/font-source-code-pro/src/debian/compat


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/debian/control → packages/filesystem/font-source-code-pro/src/debian/control


+ 0 - 0
packages/filesystem/fonts/font-source-code-pro/src/debian/rules → packages/filesystem/font-source-code-pro/src/debian/rules


+ 0 - 1
packages/filesystem/fonts/font-source-code-pro/src/debian/install

@@ -1 +0,0 @@
-*.ttf usr/share/fonts/truetype/source-code-pro-ttf

+ 0 - 0
packages/filesystem/x11/xsecurelock/.gitignore → packages/filesystem/xsecurelock/.gitignore


+ 0 - 0
packages/filesystem/x11/xsecurelock/makefile → packages/filesystem/xsecurelock/makefile


+ 0 - 0
packages/filesystem/x11/xsecurelock/src/debian/changelog → packages/filesystem/xsecurelock/src/debian/changelog


+ 0 - 0
packages/filesystem/x11/xsecurelock/src/debian/compat → packages/filesystem/xsecurelock/src/debian/compat


+ 0 - 0
packages/filesystem/x11/xsecurelock/src/debian/control → packages/filesystem/xsecurelock/src/debian/control


+ 0 - 0
packages/filesystem/x11/xsecurelock/src/debian/copyright → packages/filesystem/xsecurelock/src/debian/copyright


+ 0 - 0
packages/filesystem/x11/xsecurelock/src/debian/docs → packages/filesystem/xsecurelock/src/debian/docs


+ 0 - 0
packages/filesystem/x11/xsecurelock/src/debian/rules → packages/filesystem/xsecurelock/src/debian/rules


+ 0 - 0
packages/filesystem/x11/xsecurelock/src/debian/source/format → packages/filesystem/xsecurelock/src/debian/source/format


+ 0 - 0
packages/filesystem/x11/xsecurelock/src/debian/watch → packages/filesystem/xsecurelock/src/debian/watch


+ 0 - 0
packages/filesystem/x11/xsecurelock/xsecurelock_1.5.1.orig.tar.gz → packages/filesystem/xsecurelock/xsecurelock_1.5.1.orig.tar.gz


+ 1 - 1
packages/packaging-readme.md

@@ -16,7 +16,7 @@ When an existing PrawnOS install has out of date packages, the user can then eit
 build the new version themselves or get the update from the repo using the standard "apt upgrade"
 
 ### Package folder structure
-Packages are stored under component of the final PrawnOS image they belong to, and then for filesystem packages, the component of the filesystem they belong to. 
+Packages are stored under component of the final PrawnOS image they belong to
 Inside the package folder there are the following items:
 - `makefile`
 - source folder called `src`

+ 1 - 1
scripts/buildFilesystem.sh

@@ -62,7 +62,7 @@ build_resources=resources/BuildResources
 # unstable as well, but that conflicts with some of the gnome packages it seems. Luckily, we can now build xsecurelock
 # for buster instead of grabbing it from unstable.
 # I'm rethinking the build system to make (heh) this more elegant, but for now to get the build fixed I'll implement this
-XSECURELOCK_PATH=packages/filesystem/x11/xsecurelock
+XSECURELOCK_PATH=packages/filesystem/xsecurelock
 
 #A hacky way to ensure the loops are properly unmounted and the temp files are properly deleted.
 #Without this, a reboot is sometimes required to properly clean the loop devices and ensure a clean build