Rebuild with new toolchain
This commit is contained in:
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2018-07-24</Date>
|
||||
<Version>3.13.0</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-03-22</Date>
|
||||
<Version>3.13.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Wrapper library for evdev devices</Summary>
|
||||
<Description>Wrapper library for evdev devices</Description>
|
||||
<Archive sha1sum="94292b014f65bf4665db68ae997ed76c2e12a016" type="tarxz">https://www.freedesktop.org/software/libevdev/libevdev-1.5.6.tar.xz</Archive>
|
||||
<Archive sha1sum="9457e33af5c1e66e29c1385a5550fe60aef8e42e" type="tarxz">https://www.freedesktop.org/software/libevdev/libevdev-1.5.9.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>check-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2018-07-24</Date>
|
||||
<Version>1.5.9</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-09-20</Date>
|
||||
<Version>1.5.6</Version>
|
||||
@@ -68,4 +75,4 @@
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -5,16 +5,19 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.system("./autogen.sh")
|
||||
pisitools.ldflags.add("-lX11")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>X virtual keyboard library.</Summary>
|
||||
<Description>X sanal klavye kütüphanesi.</Description>
|
||||
<Archive sha1sum="f302cd9f06d3bd34db1b48fc2caf2ac48e09ee79" type="tarbz2">http://downloads.yoctoproject.org/releases/matchbox/libfakekey/0.1/libfakekey-0.1.tar.bz2</Archive>
|
||||
<Archive sha1sum="433bb6c752e9e37e163da524033b86c5ed4411da" type="targz">http://git.yoctoproject.org/cgit/cgit.cgi/libfakekey/snapshot/libfakekey-0.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -42,6 +42,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2018-07-24</Date>
|
||||
<Version>0.3</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2017-01-30</Date>
|
||||
<Version>0.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user