medit version bump
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "THANKS")
|
||||
pisitools.insinto("/usr/share/pixmaps", "moo/mooutils/pixmaps/medit.png")
|
||||
|
||||
pisitools.remove("/usr/share/icons/hicolor/icon-theme.cache")
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
diff -Nuar medit-1.0.3.orig/moo/medit-app/medit.desktop.in medit-1.0.3/moo/medit-app/medit.desktop.in
|
||||
--- medit-1.0.3.orig/moo/medit-app/medit.desktop.in 2011-06-20 09:45:47.771000116 +0300
|
||||
+++ medit-1.0.3/moo/medit-app/medit.desktop.in 2011-06-20 09:47:16.536000117 +0300
|
||||
@@ -1,6 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=medit
|
||||
_Comment=Text editor
|
||||
+Comment[tr]=Metin Düzenleyici
|
||||
Exec=medit %F
|
||||
Terminal=false
|
||||
Type=Application
|
||||
@@ -0,0 +1,12 @@
|
||||
diff -Nuar medit-1.0.3.orig/configure.ac medit-1.0.3/configure.ac
|
||||
--- medit-1.0.3.orig/configure.ac 2011-06-20 09:45:47.736000116 +0300
|
||||
+++ medit-1.0.3/configure.ac 2011-06-20 10:04:24.646000116 +0300
|
||||
@@ -37,7 +37,7 @@
|
||||
AC_SUBST(MOO_COPYRIGHT,"_moo_copyright_")
|
||||
|
||||
# keep in sync with po/maintain
|
||||
-AC_SUBST(MOO_PACKAGE_NAME,"medit-1")
|
||||
+AC_SUBST(MOO_PACKAGE_NAME,"medit")
|
||||
|
||||
MOO_PREFS_XML_FILE_NAME="prefs.xml"
|
||||
MOO_STATE_XML_FILE_NAME="state.xml"
|
||||
@@ -0,0 +1,93 @@
|
||||
<?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="904ad57f0774ec1ef5ad8905f3dfc700811d5b36" type="tarbz2">mirrors://sourceforge/mooedit/medit-1.2.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-gtk-devel</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>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="3">
|
||||
<Date>2014-06-04</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-11-20</Date>
|
||||
<Version>1.1.96</Version>
|
||||
<Comment>Update</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-01-10</Date>
|
||||
<Version>1.1.92</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>medit</Name>
|
||||
<Summary xml:lang="tr">Sekme özelliğine sahip bir metin düzenleyicisi</Summary>
|
||||
<Description xml:lang="tr">Medit, sekme özelliğine sahip hızlı ve kullanışlı bir metin düzenleyicisidir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user