Merge pull request #7856 from 4fury/master

geany.
This commit is contained in:
Kamil ATLI
2020-02-03 10:37:47 +03:00
committed by GitHub
3 changed files with 107 additions and 99 deletions
+6 -4
View File
@@ -1,12 +1,15 @@
#!/usr/bin/python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
autotools.configure("--prefix=/usr --enable-gtk3=no --enable-binreloc") autotools.configure("--enable-gtk3 --enable-vte --enable-binreloc")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build(): def build():
@@ -21,6 +24,5 @@ def install():
"HACKING", \ "HACKING", \
"INSTALL", \ "INSTALL", \
"NEWS", \ "NEWS", \
"README*", \ "README*", "THANKS", "TODO")
"THANKS", \
"TODO")
+20 -14
View File
@@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>geany</Name> <Name>geany</Name>
@@ -10,7 +10,7 @@
</Packager> </Packager>
<License>GPLv2</License> <License>GPLv2</License>
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>GTK+ based fast and lightweight IDE</Summary> <Summary>GTK+ based fast and lightweight IDE.</Summary>
<Description> <Description>
Geany is a text editor using the GTK+ toolkit with basic features of an integrated development environment. Geany is a text editor using the GTK+ toolkit with basic features of an integrated development environment.
</Description> </Description>
@@ -20,9 +20,8 @@
<BuildDependencies> <BuildDependencies>
<Dependency>libgcc</Dependency> <Dependency>libgcc</Dependency>
<Dependency>intltool</Dependency> <Dependency>intltool</Dependency>
<!-- <Dependency>vte-devel</Dependency> --> <Dependency>vte-devel</Dependency>
<Dependency>gtk2-devel</Dependency> <Dependency>gtk3-devel</Dependency>
<!-- <Dependency>gtk3-devel</Dependency> -->
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -31,23 +30,21 @@
<Name>geany</Name> <Name>geany</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>atk</Dependency> <Dependency>atk</Dependency>
<!-- <Dependency>vte</Dependency> --> <Dependency>vte</Dependency>
<Dependency>gtk2</Dependency> <Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency> <Dependency>glib2</Dependency>
<Dependency>cairo</Dependency> <Dependency>cairo</Dependency>
<Dependency>pango</Dependency> <Dependency>pango</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>gdk-pixbuf</Dependency> <Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/geany</Path> <Path fileType="data">/usr/share</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="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man/man1</Path> <Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="doc">/usr/share/doc/geany/*</Path> <Path fileType="doc">/usr/share/doc</Path>
</Files> </Files>
</Package> </Package>
@@ -56,7 +53,8 @@
<Summary>geany için geliştirme dosyaları</Summary> <Summary>geany için geliştirme dosyaları</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency release="current">geany</Dependency> <Dependency release="current">geany</Dependency>
<Dependency>gtk2-devel</Dependency> <Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib/pkgconfig</Path> <Path fileType="library">/usr/lib/pkgconfig</Path>
@@ -65,6 +63,13 @@
</Package> </Package>
<History> <History>
<Update release="4">
<Date>2020-02-03</Date>
<Version>1.36</Version>
<Comment>Rebuild with gtk3.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="3"> <Update release="3">
<Date>2019-10-15</Date> <Date>2019-10-15</Date>
<Version>1.36</Version> <Version>1.36</Version>
@@ -88,3 +93,4 @@
</Update> </Update>
</History> </History>
</PISI> </PISI>