pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wl-clipboard: remove, imported to pkgsrc
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Wed Apr 15 10:31:59 2026 +0200
Changeset: e8f09bd2f9f70c913415d4acce522d9ea9ca7b8e
Modified Files:
Makefile
Removed Files:
wl-clipboard/DESCR
wl-clipboard/Makefile
wl-clipboard/PLIST
wl-clipboard/distinfo
wl-clipboard/patches/patch-src_wl-paste.c
Log Message:
wl-clipboard: remove, imported to pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e8f09bd2f9f70c913415d4acce522d9ea9ca7b8e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
wl-clipboard/DESCR | 4 ----
wl-clipboard/Makefile | 18 ------------------
wl-clipboard/PLIST | 10 ----------
wl-clipboard/distinfo | 6 ------
wl-clipboard/patches/patch-src_wl-paste.c | 15 ---------------
6 files changed, 54 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index be17bd5680..c3212cc743 100644
--- a/Makefile
+++ b/Makefile
@@ -6057,7 +6057,6 @@ SUBDIR+= wise3
SUBDIR+= witchblast
SUBDIR+= with-editor
SUBDIR+= wjelement
-SUBDIR+= wl-clipboard
SUBDIR+= wl-git
SUBDIR+= wl-snapshot
SUBDIR+= wla-dx
diff --git a/wl-clipboard/DESCR b/wl-clipboard/DESCR
deleted file mode 100644
index 66926dfd4a..0000000000
--- a/wl-clipboard/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-This project implements two command-line Wayland clipboard
-utilities, wl-copy and wl-paste, that let you easily copy
-data between the clipboard and Unix pipes, sockets, files
-and so on.
diff --git a/wl-clipboard/Makefile b/wl-clipboard/Makefile
deleted file mode 100644
index c9165785fc..0000000000
--- a/wl-clipboard/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME= wl-clipboard-2.3.0
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GITHUB:=bugaevc/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= kikadf.01%gmail.com@localhost
-HOMEPAGE= https://github.com/bugaevc/wl-clipboard
-COMMENT= Command-line copy/paste utilities for Wayland
-LICENSE= gnu-gpl-v3
-
-USE_TOOLS+= pkg-config
-
-.include "../../devel/meson/build.mk"
-.include "../../devel/wayland/buildlink3.mk"
-.include "../../devel/wayland-protocols/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/wl-clipboard/PLIST b/wl-clipboard/PLIST
deleted file mode 100644
index 47d8ad3424..0000000000
--- a/wl-clipboard/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD$
-bin/wl-copy
-bin/wl-paste
-man/man1/wl-clipboard.1
-man/man1/wl-copy.1
-man/man1/wl-paste.1
-share/bash-completion/completions/wl-copy
-share/bash-completion/completions/wl-paste
-share/zsh/site-functions/_wl-copy
-share/zsh/site-functions/_wl-paste
diff --git a/wl-clipboard/distinfo b/wl-clipboard/distinfo
deleted file mode 100644
index 9f9d36f115..0000000000
--- a/wl-clipboard/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-BLAKE2s (wl-clipboard-2.3.0.tar.gz) = cb64237c1d680a50d8f45355b9b3157adf336fd58392972700d29d9ef33282ed
-SHA512 (wl-clipboard-2.3.0.tar.gz) = 101dd7a18fbaee0754318cf9ec8403068df4091ccc5d3dd0bd1e46627d56a183c718c206816c08e5dbadf6fd5c747fa0c95eca1925fa27c7eeda133909696f9b
-Size (wl-clipboard-2.3.0.tar.gz) = 51077 bytes
-SHA1 (patch-src_wl-paste.c) = f4e56358a72999cd182300b12136059295c7d8b0
diff --git a/wl-clipboard/patches/patch-src_wl-paste.c b/wl-clipboard/patches/patch-src_wl-paste.c
deleted file mode 100644
index 9d8eb1c126..0000000000
--- a/wl-clipboard/patches/patch-src_wl-paste.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-* Fix ctype usage
-
---- src/wl-paste.c.orig 2026-03-05 17:45:33.262067890 +0000
-+++ src/wl-paste.c
-@@ -139,7 +139,7 @@ static const char *mime_type_to_request(
- try_any_text;
- } else if (strchr(options.explicit_type, '/') != NULL) {
- try_explicit;
-- } else if (isupper(options.explicit_type[0])) {
-+ } else if (isupper((unsigned char)options.explicit_type[0])) {
- try_explicit;
- } else {
- try_explicit;
Home |
Main Index |
Thread Index |
Old Index