ayatana-ido.

This commit is contained in:
4fury-c3440d8
2022-01-18 07:08:08 +03:00
parent 53539eab71
commit 157481a8fe
2 changed files with 18 additions and 11 deletions
+8 -9
View File
@@ -4,22 +4,21 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-fi")
autotools.configure("--libexecdir=/usr/lib")
# for fix unused dependency
pisitools.dosed("libtool"," -shared ", " -Wl,-O1,--as-needed -shared ")
cmaketools.configure("-B_build -DCMAKE_BUILD_TYPE=Release -L")
def build():
autotools.make()
shelltools.cd("_build")
cmaketools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("_build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "NEWS", "ChangeLog", "COPYING", "README")
pisitools.dodoc("../AUTHORS", "../ChangeLog", "../NEWS")
+10 -2
View File
@@ -13,10 +13,11 @@
<PartOf>desktop.misc</PartOf>
<Summary>Ayatana Indicator Display Objects.</Summary>
<Description>The Ayatana Indicators project is the continuation of Application Indicators and System Indicators, two technologies developed by Canonical Ltd. for the Unity7 desktop.</Description>
<Archive sha1sum="abf475dfa97b67fa152815b6658c7de5c202f016" type="targz">
https://github.com/AyatanaIndicators/ayatana-ido/archive/refs/tags/0.8.2.tar.gz
<Archive sha1sum="7dcac6878e1a07ee7fb97e871734622c9beed7de" type="targz">
https://github.com/AyatanaIndicators/ayatana-ido/archive/refs/tags/0.9.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>vala-devel</Dependency>
@@ -56,6 +57,13 @@
</Package>
<History>
<Update release="2">
<Date>2022-01-18</Date>
<Version>0.9.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-10-13</Date>
<Version>0.8.2</Version>