update recipes

This commit is contained in:
Ribbon 2023-12-23 02:37:55 +00:00
parent dd0542ab6d
commit b7f9e8ac87
3 changed files with 6 additions and 3 deletions

View File

@ -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",
]

View File

@ -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"

View File

@ -3,3 +3,6 @@
tar = "https://potrace.sourceforge.net/download/1.16/potrace-1.16.tar.gz"
[build]
template = "configure"
dependencies = [
"zlib",
]