geany, geany-plugins.
This commit is contained in:
@@ -10,11 +10,15 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
pisitools.cflags.add("-Wno-deprecated-declarations")
|
||||
autotools.configure("--prefix=/usr --libexecdir=/usr/lib -enable-all")
|
||||
autotools.configure("--prefix=/usr --libexecdir=/usr/lib")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def check():
|
||||
pass
|
||||
# autotools.make("check")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
|
||||
@@ -9,11 +9,11 @@
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Plugins for Geany</Summary>
|
||||
<Description>Plugins for Geany</Description>
|
||||
<Archive sha1sum="0036e5b5261de59eda8afa68cb3190cc71cb47ef" type="tarbz2">
|
||||
https://plugins.geany.org/geany-plugins/geany-plugins-1.37.tar.bz2
|
||||
<Archive sha1sum="f40897713fb8da3b00a5205a36bd5df0c131fa28" type="tarbz2">
|
||||
https://plugins.geany.org/geany-plugins/geany-plugins-1.38.tar.bz2
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
@@ -36,8 +36,7 @@
|
||||
<Dependency>webkit2gtk-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">overview_plugin_test.patch</Patch> -->
|
||||
<!-- <Patch level="1">9497d829e1b207eb83575dc6f617feecfb89bc16.patch</Patch> -->
|
||||
<!-- <Patch level="1">missing.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -77,6 +76,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2021-10-15</Date>
|
||||
<Version>1.38</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2021-03-01</Date>
|
||||
<Version>1.37</Version>
|
||||
|
||||
Reference in New Issue
Block a user