Merge pull request #6377 from Rmys/master

tslib:First release Dokunmatik Ekran Erişim Kütüphanesi
This commit is contained in:
Rmys
2019-02-01 23:08:04 +03:00
committed by GitHub
7 changed files with 195137 additions and 194942 deletions
+195052 -194940
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
960b3eaa0bb836be0a7ccf6d88fc5963dc44c94e
bb475ddddd968ec37711366a976fde9cfc36f8a4
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
f4896ee1f12833895dfb41c52a2e422fa70cf4da
39e845ac2d9f5830190344795f6bcc478aeb3819
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/env 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", "ChangeLog", "COPYING", "NEWS", "README*")
+55
View File
@@ -0,0 +1,55 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>tslib</Name>
<Homepage>https://github.com/kergoth/tslib</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app</IsA>
<Summary>Dokunmatik Ekran Erişim Kütüphanesi</Summary>
<Description>Touchscreen Access Library</Description>
<Archive sha1sum="be459ebf0845e4706102eb776e7de82d8b5268dd" type="tarbz2">https://github.com/kergoth/tslib/releases/download/1.18/tslib-1.18.tar.bz2</Archive>
<BuildDependencies>
</BuildDependencies>
</Source>
<Package>
<Name>tslib</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>tslib-devel</Name>
<Summary>Development files for tslib</Summary>
<RuntimeDependencies>
<Dependency release="current">tslib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-02-01</Date>
<Version>1.18</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>tslib</Name>
<Summary xml:lang="tr">Dokunmatik Ekran Erişim Kütüphanesi</Summary>
<Description xml:lang="tr">Touchscreen Access Library</Description>
</Source>
</PISI>