pluma:v.bump to 1.25.3

This commit is contained in:
2021-04-05 14:55:01 +03:00
parent 064a9886cb
commit 4ed3a5ac3e
2 changed files with 14 additions and 8 deletions
+2 -3
View File
@@ -11,9 +11,8 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
#shelltools.export("PYTHON", "python3")
autotools.configure("--prefix=/usr \ autotools.configure("--prefix=/usr \
pythondir=/usr/bin/python3 \ pythondir=/usr/bin/python3 \
--libexecdir=/usr/lib/pluma \ --libexecdir=/usr/lib/pluma \
--disable-schemas-compile \ --disable-schemas-compile \
--enable-gtk-doc=no \ --enable-gtk-doc=no \
@@ -28,4 +27,4 @@ def build():
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README", "NEWS", "ChangeLog", "AUTHORS", "COPYING") pisitools.dodoc("README*", "NEWS", "ChangeLog", "AUTHORS", "COPYING")
+12 -5
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>Mate metin editörü</Summary> <Summary>Mate metin editörü</Summary>
<Description>mate masaüstü için metin editörü.</Description> <Description>mate masaüstü için metin editörü.</Description>
<Archive sha1sum="dc37198042fec83aa50062b0394062afdb457fd0" type="tarxz">http://pub.mate-desktop.org/releases/1.25/pluma-1.25.0.tar.xz</Archive> <Archive sha1sum="dec27a243569ec56d8f83e88aa56e30991fdefe7" type="tarxz">http://pub.mate-desktop.org/releases/1.25/pluma-1.25.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>intltool</Dependency> <Dependency>intltool</Dependency>
<Dependency>itstool</Dependency> <Dependency>itstool</Dependency>
@@ -26,7 +26,7 @@
<Dependency>libpeas-devel</Dependency> <Dependency>libpeas-devel</Dependency>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency> <Dependency>python3-pygobject3-devel</Dependency>
<Dependency>gtksourceview3-devel</Dependency> <Dependency>gtksourceview4-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -45,7 +45,7 @@
<Dependency>libxml2</Dependency> <Dependency>libxml2</Dependency>
<Dependency>enchant2</Dependency> <Dependency>enchant2</Dependency>
<Dependency>gdk-pixbuf</Dependency> <Dependency>gdk-pixbuf</Dependency>
<Dependency>gtksourceview3</Dependency> <Dependency>gtksourceview4</Dependency>
<Dependency>gobject-introspection</Dependency> <Dependency>gobject-introspection</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
@@ -70,7 +70,7 @@
<Summary>pluma için geliştirme dosyaları</Summary> <Summary>pluma için geliştirme dosyaları</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>libpeas-devel</Dependency> <Dependency>libpeas-devel</Dependency>
<Dependency>gtksourceview3-devel</Dependency> <Dependency>gtksourceview4-devel</Dependency>
<Dependency release="current">pluma</Dependency> <Dependency release="current">pluma</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
@@ -91,10 +91,17 @@
</Package> </Package>
<History> <History>
<Update release="5">
<Date>2021-04-05</Date>
<Version>1.25.3</Version>
<Comment>v.bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="4"> <Update release="4">
<Date>2020-07-03</Date> <Date>2020-07-03</Date>
<Version>1.25.0</Version> <Version>1.25.0</Version>
<Comment>First release</Comment> <Comment>v.bump</Comment>
<Name>Ayhan Yalçınsoy</Name> <Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email> <Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update> </Update>