mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
update recipes
This commit is contained in:
parent
dd0542ab6d
commit
b7f9e8ac87
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled/tested yet
|
||||
#TODO waiting gdk-pixbuf conversion to TOML
|
||||
[source]
|
||||
git = "https://github.com/developomp/pomky"
|
||||
[build]
|
||||
@ -6,4 +6,5 @@ template = "cargo"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"pcre",
|
||||
"gdk-pixbuf",
|
||||
]
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO xdg-home crate error
|
||||
[source]
|
||||
git = "https://github.com/ColorCookie-dev/porsmo"
|
||||
rev = "bd7eab08d8856b7499ee13672dff9a9232994d23"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -3,3 +3,6 @@
|
||||
tar = "https://potrace.sourceforge.net/download/1.16/potrace-1.16.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"zlib",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user