123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>medit</Name>
- <Homepage>http://mooedit.sourceforge.net/</Homepage>
- <Packager>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <Icon>medit</Icon>
- <IsA>app:gui</IsA>
- <Summary>Multiplatform GTK text editor</Summary>
- <Description>Medit is a text editor. Started originally as a simple built-in editor component in GGAP, it grew up to a real text editor. The intention now is to make it a useful programming and around-programming text editor.</Description>
- <Archive sha1sum="ed52f8ead3eb2759af48976f4484d1b2e4fa109d" type="tarbz2">mirrors://sourceforge/mooedit/medit-1.2.92-devel.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>python-gtk-devel</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>intltool</Dependency>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>atk-devel</Dependency>
- <Dependency>cairo-devel</Dependency>
- <Dependency>gettext-devel</Dependency>
- <Dependency>pkgconfig</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>pango-devel</Dependency>
- <Dependency>lua-devel</Dependency>
- <Dependency>libSM-devel</Dependency>
- <Dependency>libICE-devel</Dependency>
- <Dependency>shared-mime-info</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">desktop-tr.patch</Patch>
- <Patch level="1">fix_help_dir.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>medit</Name>
- <RuntimeDependencies>
- <Dependency>gtk2</Dependency>
- <Dependency>atk</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>python</Dependency>
- <Dependency>libxml2</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>libSM</Dependency>
- <Dependency>libICE</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/icons/hicolor</Path>
- <Path fileType="data">/usr/share/medit</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2022-10-29</Date>
- <Version>1.2.92</Version>
- <Comment>Rebuild.</Comment>
- <Name>Ümit Solmaz</Name>
- </Update>
- <Update release="6">
- <Date>2020-02-09</Date>
- <Version>1.2.92</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-08-29</Date>
- <Version>1.2.92</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-01-15</Date>
- <Version>1.2.92</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-05-05</Date>
- <Version>1.2.0</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-15</Date>
- <Version>1.2.0</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-05-08</Date>
- <Version>1.2.0</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|