lxqt-globalkeys:v.bump to 0.17.0

This commit is contained in:
2021-04-27 12:44:13 +03:00
parent b29474967a
commit cf6da71b97
2 changed files with 11 additions and 6 deletions
+1 -3
View File
@@ -14,9 +14,7 @@ def setup():
shelltools.cd("build")
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib\
-DPULL_TRANSLATIONS=yes \
-DUSE_QT5=ON", sourceDir="..")
-DCMAKE_INSTALL_LIBDIR=/usr/lib", sourceDir="..")
def build():
shelltools.cd("build")
+10 -3
View File
@@ -13,7 +13,7 @@
<Icon>lxqt</Icon>
<Summary>Daemon used to register global keyboard shortcuts</Summary>
<Description>LXQt daemon and library for global keyboard shortcuts registration.</Description>
<Archive sha1sum="82a28fa8bfcaee25b3902d879e61fb31ebe93002" type="tarxz">https://github.com/lxqt/lxqt-globalkeys/releases/download/0.16.0/lxqt-globalkeys-0.16.0.tar.xz</Archive>
<Archive sha1sum="a11aa8397ad55a3b57221cc2e47ddf73a503d3ed" type="tarxz">https://github.com/lxqt/lxqt-globalkeys/releases/download/0.17.0/lxqt-globalkeys-0.17.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>libgcc</Dependency>
@@ -22,8 +22,8 @@
<Dependency>libqtxdg-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency versionFrom="0.14.0">liblxqt-devel</Dependency>
<Dependency versionFrom="0.7.0">lxqt-build-tools</Dependency>
<Dependency versionFrom="0.17.0">liblxqt-devel</Dependency>
<Dependency versionFrom="0.9.0">lxqt-build-tools</Dependency>
</BuildDependencies>
<Patches>
</Patches>
@@ -57,6 +57,13 @@
</RuntimeDependencies>
</Package>
<History>
<Update release="10">
<Date>2021-04-26</Date>
<Version>0.17.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="10">
<Date>2020-11-05</Date>
<Version>0.16.0</Version>