From 4bd005865f50838c2035345c4d7323b72f82a70b Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 16 Feb 2026 03:23:39 +0400 Subject: [PATCH] xsel. --- x11/misc/xsel/actions.py | 14 +++++++------- x11/misc/xsel/pspec.xml | 14 ++++++++++---- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/x11/misc/xsel/actions.py b/x11/misc/xsel/actions.py index 267d8bec81..37b29d6b87 100644 --- a/x11/misc/xsel/actions.py +++ b/x11/misc/xsel/actions.py @@ -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") diff --git a/x11/misc/xsel/pspec.xml b/x11/misc/xsel/pspec.xml index f5deef3e0e..267f3384e0 100644 --- a/x11/misc/xsel/pspec.xml +++ b/x11/misc/xsel/pspec.xml @@ -3,7 +3,7 @@ xsel - http://www.vergenet.net/~conrad/software/xsel/ + https://github.com/kfish/xsel Kamil Atlı suvari@pisilinux.org @@ -12,9 +12,8 @@ library XSel is a command-line program for getting and setting the contents of the X selection 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. - https://github.com/kfish/xsel/archive/refs/heads/master.zip + https://github.com/kfish/xsel/archive/1.2.1/xsel-1.2.1.tar.gz - git libXt-devel libX11-devel @@ -33,8 +32,15 @@ /usr/share/doc - + + + 2026-02-15 + 1.2.1 + First release. + Kamil Atlı + suvari@pisilinux.org + 2022-07-27 1.2.0.10032022