Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
Update flatpak files to match latest version in flathub
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Hertel <jean.hertel@hotmail.com>
  • Loading branch information
jlHertel committed Sep 8, 2019
1 parent 9c13106 commit bfdd912
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
19 changes: 19 additions & 0 deletions flatpak/br.com.jeanhertel.adriconf.appdata.xml
Expand Up @@ -26,6 +26,25 @@
</screenshot>
</screenshots>
<releases>
<release version="1.5.1" date="2019-09-08" urgency="low">
<description>
<p>This release is just a small bug-fix to disable building unit tests on flatpak builds.</p>
</description>
</release>
<release version="1.5" date="2019-09-08" urgency="low">
<description>
<p>This release is mostly bug-fixes and improvements to the general stability of the program. The source code has also been re-organized to make maintenance easier.</p>
<ul>
<li>Improve error handling for missing configurations and extensions. @jlHertel</li>
<li>Restructure project to make it easier to maintain. @jlHertel</li>
<li>Add support to read new MESA system-wide configuration path. @jlHertel</li>
<li>Add initial Latvian translation. @Linards</li>
<li>Add simplified Chinese translation. @wsxy162</li>
<li>Improve unit tests. @jlHertel</li>
<li>Add new debug option. @jlHertel</li>
</ul>
</description>
</release>
<release version="1.4" date="2019-01-26" urgency="low">
<description>
<p>This release finally brings the Wayland support along with some other fixes.</p>
Expand Down
29 changes: 5 additions & 24 deletions flatpak/br.com.jeanhertel.adriconf.json
Expand Up @@ -18,31 +18,19 @@
"*.la"
],
"modules": [
{
"name": "GTest",
"buildsystem": "cmake-ninja",
"cleanup": ["*"],
"sources": [
{
"type": "archive",
"url": "http://archive.ubuntu.com/ubuntu/pool/universe/g/googletest/googletest_1.8.0.orig.tar.gz",
"md5": "16877098823401d1bf2ed7891d7dce36"
}
]
},
{
"name": "boost",
"buildsystem": "simple",
"sources": [
{
"type": "archive",
"url": "https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.bz2",
"md5": "7fbd1890f571051f2a209681d57d486a"
"url": "https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2",
"sha256": "d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee"
}
],
"build-commands": [
"./bootstrap.sh",
"./b2 install --prefix=/app --with-locale -j $FLATPAK_BUILDER_N_JOBS define=\"BOOST_SYSTEM_NO_DEPRECATED\" -sNO_BZIP2=1 cxxflags=-fPIC cflags=-fPIC"
"./b2 install --prefix=/app --with-locale --with-filesystem -j $FLATPAK_BUILDER_N_JOBS define=\"BOOST_SYSTEM_NO_DEPRECATED\" -sNO_BZIP2=1 cxxflags=-fPIC cflags=-fPIC"
]
},
{
Expand Down Expand Up @@ -188,23 +176,16 @@
{
"name": "adriconf",
"buildsystem": "cmake-ninja",
"config-opts": ["-DENABLE_XWAYLAND=1"],
"config-opts": ["-DENABLE_XWAYLAND=1", "-DENABLE_UNIT_TESTS=0"],
"sources": [
{
"type": "git",
"url": "https://github.com/jlHertel/adriconf",
"tag": "v1.4"
"tag": "v1.5.1"
},
{
"type": "file",
"path": "br.com.jeanhertel.adriconf.appdata.xml"
},
{
"type": "shell",
"//": "FIXME: Upstream this, checking if running in flatpak",
"commands": [
"sed -i 's|/etc/drirc|/var/run/host/etc/drirc|' ConfigurationLoader.cpp"
]
}
],
"build-commands": [
Expand Down

0 comments on commit bfdd912

Please sign in to comment.