talimat 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Tanım: Numix ve Materia temaları, gnome-renkler ve ArchDroid simge temaları farklı renk varyasyonları oluşturmak için grafik uygulama.
  2. # URL: https://github.com/themix-project/oomox
  3. # Paketçi: Cihan_Alkan
  4. # Gerekler: gtk3 python3-gobject glib gdk-pixbuf gtk-engine-murrine gtk-engines librsvg findutils polkit imagemagick optipng inkscape python3-pillow sassc
  5. # Grup:
  6. isim=oomox
  7. surum=1.6.1+3+g61aeec81
  8. devir=1
  9. kaynak=()
  10. derle() {
  11. git_indir https://github.com/themix-project/oomox.git oomox
  12. git_indir https://github.com/themix-project/oomox-gtk-theme.git oomox-gtk-theme
  13. git_indir https://github.com/nana-4/materia-theme.git materia-theme
  14. git_indir https://github.com/themix-project/archdroid-icon-theme.git archdroid-icon-theme
  15. git_indir https://github.com/themix-project/gnome-colors-icon-theme.git gnome-colors-icon-theme
  16. git_indir https://github.com/themix-project/oomoxify.git oomoxify
  17. git_indir https://github.com/base16-builder/base16-builder base16-builder
  18. cd "${SRC}/oomox"
  19. git describe | sed 's/^v//;s/-/+/g'
  20. git submodule init
  21. git config submodule.gtk-theme.url $SRC/oomox-gtk-theme
  22. git config submodule.materia-theme.url $SRC/materia-theme
  23. git config submodule.archdroid-icon-theme.url $SRC/archdroid-icon-theme
  24. git config submodule.gnome-colors-icon-theme.url $SRC/gnome-colors-icon-theme
  25. git config submodule.oomoxify.url $SRC/oomoxify
  26. git config submodule.base16-builder.url $SRC/base16-builder
  27. git submodule update
  28. ./packaging/install.sh ./ "${PKG}"
  29. python3 -O -m compileall ${PKG}/opt/oomox/oomox_gui
  30. }