replaced tabulations to spaces.
This commit is contained in:
@@ -9,14 +9,14 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
pisitools.cflags.add("-Wno-deprecated-declarations -Wno-incompatible-pointer-types")
|
||||
autotools.configure("--enable-gtk3 --disable-static")
|
||||
pisitools.cflags.add("-Wno-deprecated-declarations -Wno-incompatible-pointer-types")
|
||||
autotools.configure("--enable-gtk3 --disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README.md", "THANKS")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README.md", "THANKS")
|
||||
|
||||
|
||||
@@ -1,64 +1,64 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>mousepad</Name>
|
||||
<Homepage>https://git.xfce.org/apps/mousepad/about/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A simple text editor for Xfce</Summary>
|
||||
<Description>
|
||||
Mousepad aims to be an easy-to-use and fast editor. Our target is an editor for quickly editing text files, not a development environment or an editor with a huge bunch of plugins. On the other hand we try to use the latest Gtk+ features available, which means that if Gtk adds something new in a major release that is useful for the editor, we will likely bump the Gtk dependency and integrate this new feature in Mousepad.
|
||||
</Description>
|
||||
<Archive sha1sum="6ce4d2b71b311bf488e2ae4229e33d5743f41f02" type="tarbz2">https://archive.xfce.org/src/apps/mousepad/0.5/mousepad-0.5.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>xfconf-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>gtksourceview3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Source>
|
||||
<Name>mousepad</Name>
|
||||
<Homepage>https://git.xfce.org/apps/mousepad/about/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A simple text editor for Xfce</Summary>
|
||||
<Description>
|
||||
Mousepad aims to be an easy-to-use and fast editor. Our target is an editor for quickly editing text files, not a development environment or an editor with a huge bunch of plugins. On the other hand we try to use the latest Gtk+ features available, which means that if Gtk adds something new in a major release that is useful for the editor, we will likely bump the Gtk dependency and integrate this new feature in Mousepad.
|
||||
</Description>
|
||||
<Archive sha1sum="6ce4d2b71b311bf488e2ae4229e33d5743f41f02" type="tarbz2">https://archive.xfce.org/src/apps/mousepad/0.5/mousepad-0.5.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>xfconf-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>gtksourceview3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>mousepad</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>xfconf</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>gtksourceview3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>mousepad</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>xfconf</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>gtksourceview3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-12-24</Date>
|
||||
<Version>0.5.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-11-21</Date>
|
||||
<Version>0.4.90</Version>
|
||||
<Comment>Rebuild.For Beta System</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-12-24</Date>
|
||||
<Version>0.5.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-11-21</Date>
|
||||
<Version>0.4.90</Version>
|
||||
<Comment>Rebuild.For Beta System</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>mousepad</Name>
|
||||
<Summary xml:lang="tr">Xfce için küçük bir yazı düzenleyici</Summary>
|
||||
<Description xml:lang="tr">Mousepad, Xfce için yazılmış bir metin düzenleyicisidir.</Description>
|
||||
</Source>
|
||||
<Source>
|
||||
<Name>mousepad</Name>
|
||||
<Summary xml:lang="tr">Xfce için küçük bir yazı düzenleyici</Summary>
|
||||
<Description xml:lang="tr">Mousepad, Xfce için yazılmış bir metin düzenleyicisidir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user