Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/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 get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>numlockx</Name>
|
||||
<Homepage>http://home.kde.org/~seli/numlockx/</Homepage>
|
||||
<Packager>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan.ozturk@fenerbahce.com.tr</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<PartOf>x11.library</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>NumLockX turns on NumLock after starting X.</Summary>
|
||||
<Description>NumLockX turns on NumLock after starting X.</Description>
|
||||
<Archive sha1sum="0bc24c61a6bcbdaff3215b3c5c120e7d9142b1bf" type="targz">https://ftp.fau.de/ubuntu/pool/main/n/numlockx/numlockx_1.2.orig.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>numlockx</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2018-03-01</Date>
|
||||
<Version>1.2</Version>
|
||||
<Comment>Rebuild for Pisi Linux 2.0</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-08-10</Date>
|
||||
<Version>1.2</Version>
|
||||
<Comment>pisi</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan.ozturk@fenerbahce.com.tr</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>numlockx</Name>
|
||||
<Summary xml:lang="tr">Açılışta numlock otamatik çalıştırmaya yarar.</Summary>
|
||||
<Description xml:lang="tr">Numlockx X başladıktan sonra NumLock'u otomatik çalışır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user