Fixing bugs.
--HG-- branch : develop
This commit is contained in:
parent
6480580c0f
commit
9846d5a91f
7
dist/AppImage/appimage.yml
vendored
7
dist/AppImage/appimage.yml
vendored
|
@ -24,9 +24,6 @@ build:
|
||||||
- pkgconfig(Qt5Concurrent)
|
- pkgconfig(Qt5Concurrent)
|
||||||
- pkgconfig(Qt5XmlPatterns)
|
- pkgconfig(Qt5XmlPatterns)
|
||||||
- pkgconfig(zlib)
|
- pkgconfig(zlib)
|
||||||
- qt5-qtxmlpatterns-devel
|
|
||||||
- qt5-qtsvg-devel
|
|
||||||
- qt5-qttools-devel
|
|
||||||
- libQt5Core-devel
|
- libQt5Core-devel
|
||||||
- libpng-devel
|
- libpng-devel
|
||||||
- libqt5-linguist-devel
|
- libqt5-linguist-devel
|
||||||
|
@ -34,8 +31,8 @@ build:
|
||||||
|
|
||||||
# resources which will become available as part of the source.
|
# resources which will become available as part of the source.
|
||||||
# The "appimage" source service needs to be enabled to process these.
|
# The "appimage" source service needs to be enabled to process these.
|
||||||
git:
|
# git:
|
||||||
- https://github.com/dismine/Valentina_git.git
|
# - https://github.com/dismine/Valentina_git.git
|
||||||
# hg:
|
# hg:
|
||||||
# - ....
|
# - ....
|
||||||
# svn:
|
# svn:
|
||||||
|
|
22
dist/rpm/_service
vendored
22
dist/rpm/_service
vendored
|
@ -1,19 +1,29 @@
|
||||||
<services>
|
<services>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/dismine/Valentina_git.git</param>
|
<param name="url">git://github.com/dismine/Valentina_git.git</param>
|
||||||
<param name="versionprefix">0.7.0</param>
|
<param name="versionprefix">0.6.999</param>
|
||||||
<param name="filename">valentina</param>
|
<param name="filename">valentina</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">%at</param>
|
<param name="versionformat">%at</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="extract_file">
|
<service name="extract_file">
|
||||||
<param name="archive">*.tar</param>
|
<param name="archive">*.tar</param>
|
||||||
<param name="files">*/dist/rpm/valentina.spec */dist/OBS_debian/* */dist/AppImage/*</param>
|
<param name="files">*/dist/rpm/valentina.spec */dist/OBS_debian/*</param>
|
||||||
|
</service>
|
||||||
|
<service name="extract_file">
|
||||||
|
<param name="archive">*.tar</param>
|
||||||
|
<param name="files">*/dist/AppImage/appimage.yml</param>
|
||||||
|
<param name="outfilename">appimage.yml</param>
|
||||||
|
</service>
|
||||||
|
<service name="extract_file">
|
||||||
|
<param name="archive">*.tar</param>
|
||||||
|
<param name="files">*/dist/AppImage/_icon</param>
|
||||||
|
<param name="outfilename">_icon</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress">
|
<service name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version"/>
|
<service name="set_version"/>
|
||||||
<service name="appimage"/>
|
|
||||||
</services>
|
</services>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user