cherrytree
This commit is contained in:
@@ -7,14 +7,18 @@
|
||||
from pisi.actionsapi import shelltools, cmaketools, get
|
||||
|
||||
j = ''.join([
|
||||
' -B_build',
|
||||
' -DAUTO_RUN_TESTING=OFF',
|
||||
' -DBUILD_GMOCK=OFF',
|
||||
' -DBUILD_TESTING=OFF',
|
||||
' -DINSTALL_GTEST=OFF',
|
||||
' -DCMAKE_BUILD_TYPE=None '
|
||||
' -DCMAKE_BUILD_TYPE=None',
|
||||
' -L '
|
||||
])
|
||||
|
||||
def setup():
|
||||
shelltools.move("src/ct/icons.gresource.cc.tmp", "src/ct/icons.gresource.cc")
|
||||
cmaketools.configure("-B_build %s -LA" % j)
|
||||
# shelltools.move("src/ct/icons.gresource.cc.tmp", "src/ct/icons.gresource.cc")
|
||||
cmaketools.configure(j)
|
||||
|
||||
def build():
|
||||
shelltools.cd("_build")
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>office</PartOf>
|
||||
<Summary>Cherrytree A hierarchical note taking application.</Summary>
|
||||
<Description>A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.</Description>
|
||||
<Archive sha1sum="a8077b0b32a0beba34663a462b88e9f7f3bba615" type="tarxz">
|
||||
https://github.com/giuspen/cherrytree/releases/download/0.99.44/cherrytree_0.99.44.tar.xz
|
||||
<Archive sha1sum="57175bdc581bd73065d107a2e814293485831b2a" type="tarxz">
|
||||
https://github.com/giuspen/cherrytree/releases/download/0.99.49/cherrytree_0.99.49.tar.xz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -47,6 +47,7 @@
|
||||
<Dependency>gtkmm3</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
<Dependency>fribidi</Dependency>
|
||||
<Dependency>cairomm</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>pangomm</Dependency>
|
||||
@@ -65,6 +66,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2022-09-24</Date>
|
||||
<Version>0.99.49</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-12-18</Date>
|
||||
<Version>0.99.44</Version>
|
||||
|
||||
Reference in New Issue
Block a user