Sync upstream manifests with Flathub manifests (#613)

This commit is contained in:
0xMRTT 2022-10-05 23:27:17 +02:00 committed by GitHub
commit ca6316e47c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 67 additions and 57 deletions

View file

@ -55,37 +55,45 @@
}
]
},
{
"name": "libsass",
"buildsystem": "simple",
"build-commands": [
"autoreconf --force --install",
"./configure --enable-shared --prefix=/app",
"make -j4",
"make install"
],
"sources": [
{
"type": "git",
"url": "https://github.com/sass/libsass.git",
"tag": "3.6.5"
}
]
},
{
"name": "sassc",
"buildsystem": "simple",
"build-commands": [
"autoreconf --force --install",
"./configure --prefix=/app",
"make -j4",
"make install"
],
"sources": [
{
"type": "git",
"url": "https://github.com/sass/sassc.git",
"tag": "3.6.2"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": [
"autoreconf -si"
]
}
],
"cleanup": [
"*"
],
"modules": [
{
"name": "libsass",
"sources": [
{
"type": "git",
"url": "https://github.com/sass/libsass.git",
"tag": "3.6.5"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": [
"autoreconf -si"
]
}
],
"cleanup": [
"*"
]
}
]
},
@ -119,8 +127,5 @@
}
]
}
],
"build-options" : {
"env" : { }
}
]
}

View file

@ -51,41 +51,49 @@
{
"type" : "git",
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"branch" : "v0.4.0"
}
]
},
{
"name": "libsass",
"buildsystem": "simple",
"build-commands": [
"autoreconf --force --install",
"./configure --enable-shared --prefix=/app",
"make -j4",
"make install"
],
"sources": [
{
"type": "git",
"url": "https://github.com/sass/libsass.git",
"tag": "3.6.5"
"tag" : "v0.4.0"
}
]
},
{
"name": "sassc",
"buildsystem": "simple",
"build-commands": [
"autoreconf --force --install",
"./configure --prefix=/app",
"make -j4",
"make install"
],
"sources": [
{
"type": "git",
"url": "https://github.com/sass/sassc.git",
"tag": "3.6.2"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": [
"autoreconf -si"
]
}
],
"cleanup": [
"*"
],
"modules": [
{
"name": "libsass",
"sources": [
{
"type": "git",
"url": "https://github.com/sass/libsass.git",
"tag": "3.6.5"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": [
"autoreconf -si"
]
}
],
"cleanup": [
"*"
]
}
]
},
@ -119,8 +127,5 @@
}
]
}
],
"build-options" : {
"env" : { }
}
]
}