This commit is contained in:
4fury-c3440d8
2026-02-16 03:23:39 +04:00
parent d209271873
commit 4bd005865f
2 changed files with 17 additions and 11 deletions
+7 -7
View File
@@ -1,23 +1,23 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import shelltools
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")
# shelltools.system("sh autogen.sh")
autotools.autoreconf("-vif")
autotools.configure("--prefix=/usr")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "README", "AUTHORS")
pisitools.dodoc("AUTHORS", "COPYING")
+10 -4
View File
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>xsel</Name>
<Homepage>http://www.vergenet.net/~conrad/software/xsel/</Homepage>
<Homepage>https://github.com/kfish/xsel</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
@@ -12,9 +12,8 @@
<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>
<Archive sha1sum="cad96b4b224d47723c588874bda051563a3ee262" type="targz">https://github.com/kfish/xsel/archive/1.2.1/xsel-1.2.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>libXt-devel</Dependency>
<Dependency>libX11-devel</Dependency>
</BuildDependencies>
@@ -33,8 +32,15 @@
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2026-02-15</Date>
<Version>1.2.1</Version>
<Comment>First release.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2022-07-27</Date>
<Version>1.2.0.10032022</Version>