@@ -12,7 +12,7 @@
|
|||||||
<IsA>data</IsA>
|
<IsA>data</IsA>
|
||||||
<Summary>PHP mode for Emacs</Summary>
|
<Summary>PHP mode for Emacs</Summary>
|
||||||
<Description>php-mode is an add-on for Emacs to help work with PHP files more efficiently.</Description>
|
<Description>php-mode is an add-on for Emacs to help work with PHP files more efficiently.</Description>
|
||||||
<Archive sha1sum="032e66683dfd846fa5a3b9964a82535edd966c6b" type="tar">http://stable.melpa.org/packages/php-mode-1.17.0.tar</Archive>
|
<Archive sha1sum="1f0a0ff489704a480d316de5cf18290019ce8a9d" type="tar">http://stable.melpa.org/packages/php-mode-1.17.0.tar</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>emacs</Dependency>
|
<Dependency>emacs</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2016-03-24</Date>
|
<Date>2016-04-02</Date>
|
||||||
<Version>1.17.0</Version>
|
<Version>1.17.0</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>First release</Comment>
|
||||||
<Name>Ilker Manap</Name>
|
<Name>Ilker Manap</Name>
|
||||||
|
|||||||
@@ -6,17 +6,17 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
from pisi.actionsapi import kde4
|
from pisi.actionsapi import kde5
|
||||||
|
|
||||||
WorkDir="%s-%s" % (get.srcNAME(), get.srcVERSION())
|
WorkDir="%s-%s" % (get.srcNAME(), get.srcVERSION())
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
kde4.configure("-DWITH_KDE=1")
|
kde5.configure("-DWITH_KDE=1")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
kde4.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
kde4.install()
|
kde5.install()
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "COPYING.LGPL")
|
pisitools.dodoc("AUTHORS", "COPYING.LGPL")
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
@@ -46,7 +45,7 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2014-05-25</Date>
|
<Date>2016-04-02</Date>
|
||||||
<Version>1.0.1</Version>
|
<Version>1.0.1</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>First release</Comment>
|
||||||
<Name>Alihan Öztürk</Name>
|
<Name>Alihan Öztürk</Name>
|
||||||
|
|||||||
Reference in New Issue
Block a user