Merge branch 'master' of github.com:pisilinux/main
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
1a26e15e7542d1bc23b564542456b4eaf193a02c
|
||||
2b1635912ee6089b6b53fe2206dfdae710c3f7a3
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
5781365e145eb04b40b1d379ab1eea363496dc79
|
||||
19d65edb49f033d2350feb4027e6c88415955b9a
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Provides useful functions commonly found on BSD systems</Summary>
|
||||
<Description>This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.</Description>
|
||||
<Archive sha1sum="1c52cda755f184f4a1f41b2e35a5f9b57300fbfd" type="tarxz">http://libbsd.freedesktop.org/releases/libbsd-0.6.0.tar.xz</Archive>
|
||||
<Archive sha1sum="2a8218fc192531f93c62524b3a80fbfc8aeab023" type="tarxz">http://libbsd.freedesktop.org/releases/libbsd-0.8.2.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -41,7 +41,7 @@
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2014-03-09</Date>
|
||||
<Version>0.6.0</Version>
|
||||
<Version>0.8.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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.*")
|
||||
@@ -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>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>driver</IsA>
|
||||
<Summary>X.Org nouveau video driver</Summary>
|
||||
<Description>xorg-video-nouveau contains the X.Org driver for NVIDIA cards.</Description>
|
||||
<Archive sha1sum="ea94037f8dd05c223dd89c79a2e655ff58425892" type="tarbz2">mirrors://xorg/individual/driver/xf86-video-nouveau-1.0.11.tar.bz2</Archive>
|
||||
<Archive sha1sum="480a8e1da05683e9bbedba61885cd56e7623bc00" type="tarbz2">mirrors://xorg/individual/driver/xf86-video-nouveau-1.0.12.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libdrm-nouveau</Dependency>
|
||||
<Dependency>libpciaccess-devel</Dependency>
|
||||
@@ -38,7 +38,7 @@
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-05-08</Date>
|
||||
<Version>1.0.11</Version>
|
||||
<Version>1.0.12</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Burak Ertürk</Name>
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -276,7 +276,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-02</Date>
|
||||
<Date>2016-04-08</Date>
|
||||
<Version>1.17.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
|
||||
Reference in New Issue
Block a user