This commit is contained in:
bferturk
2016-04-09 07:06:42 +03:00
parent 65025899ac
commit d368b72213
13 changed files with 74891 additions and 74901 deletions
+23
View File
@@ -0,0 +1,23 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING*", "NEWS", "README")
+52
View File
@@ -0,0 +1,52 @@
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libwacom</Name>
<Homepage>http://sourceforge.net/projects/linuxwacom/</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Summary>This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux.</Summary>
<Description>This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux. It also maintains updated Linux kernel drivers and Xorg/XFree86 XInput drivers.</Description>
<Archive sha1sum="59263098e281440fe873e22af6329de30b6ae4c1" type="tarbz2">http://sourceforge.net/projects/linuxwacom/files/libwacom/libwacom-0.18.tar.bz2</Archive>
</Source>
<Package>
<Name>libwacom</Name>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libgudev</Dependency>
</RuntimeDependencies>
</Package>
<Package>
<Name>libwacom-devel</Name>
<Summary>Development files for libwacom</Summary>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency release="current">libwacom</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-04-08</Date>
<Version>0.18</Version>
<Comment>First Release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libwacom</Name>
<Summary xml:lang="en">This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux.</Summary>
<Description xml:lang="en">This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux. It also maintains updated Linux kernel drivers and Xorg/XFree86 XInput drivers.</Description>
</Source>
<Package>
<Name>libwacom-devel</Name>
<Summary xml:lang="tr">libsecret için geliştirme dosyaları</Summary>
</Package>
</PISI>
+74697 -74887
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
1a26e15e7542d1bc23b564542456b4eaf193a02c
2b1635912ee6089b6b53fe2206dfdae710c3f7a3
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
5781365e145eb04b40b1d379ab1eea363496dc79
19d65edb49f033d2350feb4027e6c88415955b9a
+5 -5
View File
@@ -14,13 +14,13 @@ def setup():
def build():
autotools.make()
def build():
autotools.make("check")
#def build():
# autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dosym("libinput.so.5.0.0","/usr/lib/libinput.so.0")
pisitools.remove("/usr/lib/udev/80-libinput-device-groups-litest.rules")
pisitools.remove("/usr/lib/udev/90-libinput-model-quirks-litest.rules")
#pisitools.dodoc("COPYING", "README")
#pisitools.remove("/usr/lib/udev/rules.d/80-libinput-device-groups.rules")
#pisitools.remove("/usr/lib/udev/rules.d/90-libinput-model-quirks.rules")
pisitools.dodoc("COPYING", "README")
+7 -3
View File
@@ -18,7 +18,10 @@
<Dependency>eudev-devel</Dependency>
<Dependency>libmtdev-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="027fe8ef2be9388480e5cb1ba2688f625fdb0340" type="tarxz">http://www.freedesktop.org/software/libinput/libinput-0.20.0.tar.xz</Archive>
<Archive sha1sum="cf3abe22fe3d49ceca4767881bbd6f11e57af686" type="tarxz">http://www.freedesktop.org/software/libinput/libinput-1.2.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>libwacom-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
@@ -27,6 +30,7 @@
<Dependency>eudev</Dependency>
<Dependency>libevdev</Dependency>
<Dependency>libmtdev</Dependency>
<Dependency>libwacom</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -51,8 +55,8 @@
<History>
<Update release="1">
<Date>2016-01-27</Date>
<Version>0.20.0</Version>
<Date>2016-04-08</Date>
<Version>1.2.2</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "README.*")
+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xorg-input-libinput</Name>
<Homepage>http://www.x.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>driver</IsA>
<Summary>Generic input driver for the X.Org server based on libinput</Summary>
<Description>Generic input driver for the X.Org server based on libinput</Description>
<Archive sha1sum="f98d5b1560efe390d0842091722403d73eec2a79" type="tarbz2">mirrors://xorg/individual/driver/xf86-input-libinput-0.18.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libX11-devel</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>xorg-server-devel</Dependency>
<Dependency versionFrom="1.2.2">libinput-devel</Dependency>
<Dependency>util-macros</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xorg-input-libinput</Name>
<RuntimeDependencies>
<Dependency versionFrom="1.2.2">libinput</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/xorg</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/X11/xorg.conf.d</Path>
</Files>
</Package>
<Package>
<Name>xorg-input-libinput-devel</Name>
<Summary>Development files for xorg-input-libinput</Summary>
<RuntimeDependencies>
<Dependency version="current">xorg-input-libinput</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-04-08</Date>
<Version>0.18.0</Version>
<Comment>First release</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xorg-input-libinput</Name>
<Summary xml:lang="tr">Xorg sunucusu için genel giriş sürücüsü.</Summary>
<Description xml:lang="tr">xorg-input-libinput, libinputa dayalı Xorg sunucusu için genel giriş sürücüsüdür.</Description>
</Source>
</PISI>
+4 -4
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">
<PISI>
<Source>
@@ -13,7 +13,7 @@
<IsA>driver</IsA>
<Summary>X.Org radeon video driver</Summary>
<Description>xorg-video-radeon contains the X.Org driver for ATI video chipsets.</Description>
<Archive sha1sum="9cfdaf0bd4a46781b5082c75ca546fc832598124" type="tarbz2">mirrors://xorg/individual/driver/xf86-video-ati-7.5.0.tar.bz2</Archive>
<Archive sha1sum="75621e6d41d0958d95dcd9b742bff3b81e853f8f" type="tarbz2">mirrors://xorg/individual/driver/xf86-video-ati-7.7.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libdrm-devel</Dependency>
<Dependency>libpciaccess-devel</Dependency>
@@ -39,8 +39,8 @@
<History>
<Update release="1">
<Date>2015-05-10</Date>
<Version>7.5.0</Version>
<Date>2016-04-08</Date>
<Version>7.7.0</Version>
<Comment>First release</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>