@@ -360008,6 +360008,50 @@ contacts, tasks, and calendar information.</Summary>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>xsel</Name>
|
||||
<Homepage>http://www.vergenet.net/~conrad/software/xsel/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>x11.misc</PartOf>
|
||||
<Summary xml:lang="en">XSel is a command-line program for getting and setting the contents of the X selection</Summary>
|
||||
<Summary xml:lang="tr">XSel, X seçiminin içeriğini almak ve ayarlamak için bir komut satırı programıdır.</Summary>
|
||||
<Description xml:lang="en">XSel is a command-line program for getting and setting the contents of the X selection. Normally this is only accessible by manually highlighting information and pasting it with the middle mouse button.</Description>
|
||||
<Description xml:lang="tr">XSel, X seçiminin içeriğini almak ve ayarlamak için bir komut satırı programıdır. Normalde buna yalnızca bilgileri manuel olarak vurgulayarak ve orta fare düğmesiyle yapıştırarak erişilebilir.</Description>
|
||||
<Archive type="zip" sha1sum="b9d01c93594a79a649507bda8719f301e9df0294" name="master.zip">https://github.com/kfish/xsel/archive/refs/heads/master.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>libXt-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>x11/misc/xsel/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>xsel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libX11</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-07-27</Date>
|
||||
<Version>1.2.0.10032022</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>xorg-server</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
03e77aab4a29d766eae95819d6debe3103892cf7
|
||||
ff8c0f9a7649efee839b1bdbf095b9ae1dcf9dfe
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
221da79bc0ad9e8f1fff613b4727354453724660
|
||||
1ee7256946a488b5ac00c2aa88f53fe3ae9f89b4
|
||||
@@ -0,0 +1,23 @@
|
||||
#!/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 shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("touch {AUTHORS,NEWS,README,COPYING}")
|
||||
autotools.autoreconf("-vi")
|
||||
autotools.configure("--prefix=/usr")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "README", "AUTHORS")
|
||||
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>xsel</Name>
|
||||
<Homepage>http://www.vergenet.net/~conrad/software/xsel/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>XSel is a command-line program for getting and setting the contents of the X selection</Summary>
|
||||
<Description>XSel is a command-line program for getting and setting the contents of the X selection. Normally this is only accessible by manually highlighting information and pasting it with the middle mouse button.</Description>
|
||||
<Archive sha1sum="b9d01c93594a79a649507bda8719f301e9df0294" type="zip">https://github.com/kfish/xsel/archive/refs/heads/master.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>libXt-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>xsel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libX11</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-07-27</Date>
|
||||
<Version>1.2.0.10032022</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>xsel</Name>
|
||||
<Summary xml:lang="tr">XSel, X seçiminin içeriğini almak ve ayarlamak için bir komut satırı programıdır.</Summary>
|
||||
<Description xml:lang="tr">XSel, X seçiminin içeriğini almak ve ayarlamak için bir komut satırı programıdır. Normalde buna yalnızca bilgileri manuel olarak vurgulayarak ve orta fare düğmesiyle yapıştırarak erişilebilir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user