geany
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr --enable-gtk3=no")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", \
|
||||
"ChangeLog", \
|
||||
"COPYING", \
|
||||
"HACKING", \
|
||||
"INSTALL", \
|
||||
"NEWS", \
|
||||
"README*", \
|
||||
"THANKS", \
|
||||
"TODO")
|
||||
@@ -0,0 +1,76 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>geany</Name>
|
||||
<Homepage>https://geany.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>GTK+ based fast and lightweight IDE</Summary>
|
||||
<Description>
|
||||
Geany is a text editor using the GTK+ toolkit with basic features of an integrated development environment.
|
||||
</Description>
|
||||
<Archive sha1sum="3655455e1faca93f9ce73f35cdf9005016fd2c25" type="tarbz2">
|
||||
https://download.geany.org/geany-1.34.1.tar.bz2
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>vte-devel</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<!-- <Dependency>gtk3-devel</Dependency> -->
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>geany</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>vte</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/geany</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/geany/*</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
<Path fileType="doc">/usr/share/doc/geany/*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>geany-devel</Name>
|
||||
<Summary>geany için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">geany</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="include">/usr/include/geany/*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-04-16</Date>
|
||||
<Version>1.34.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>geany</Name>
|
||||
<Summary xml:lang="en">GTK+ based fast and lightweight IDE</Summary>
|
||||
<Description xml:lang="en">GTK+ based fast and lightweight IDE</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>geany-devel</Name>
|
||||
<Summary xml:lang="tr">geany için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
+1892
-310
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
45c4980706c75badb1d68570a6fc6cbe3b3cdd08
|
||||
4ceb26d174dd3823d0fc157bb7ba4989e386d014
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
6467e32c128980ce3d3c3c0c2253ef7f0f9ea096
|
||||
ea575c419bd4446ff75fd36087a934c453e90b3a
|
||||
Reference in New Issue
Block a user