From 2bfa2cea41248973b4e0b1ee0aa15c94fd91ac93 Mon Sep 17 00:00:00 2001 From: Aurelien Larcher Date: Tue, 9 Feb 2016 09:56:51 +0100 Subject: [PATCH] Add xclipboard 1.1.3 from x-S12 --- components/x11/xclipboard/Makefile | 51 ++++++++++++++++++++++++++++ components/x11/xclipboard/xclipboard.license | 21 ++++++++++++ components/x11/xclipboard/xclipboard.p5m | 34 +++++++++++++++++++ 3 files changed, 106 insertions(+) create mode 100644 components/x11/xclipboard/Makefile create mode 100644 components/x11/xclipboard/xclipboard.license create mode 100644 components/x11/xclipboard/xclipboard.p5m diff --git a/components/x11/xclipboard/Makefile b/components/x11/xclipboard/Makefile new file mode 100644 index 000000000..97f8565a2 --- /dev/null +++ b/components/x11/xclipboard/Makefile @@ -0,0 +1,51 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2015 Captain XNV +# + +include ../../../make-rules/shared-macros.mk + +COMPONENT_NAME= xclipboard +COMPONENT_VERSION= 1.1.3 +COMPONENT_FMRI= x11/xclipboard +COMPONENT_CLASSIFICATION= Applications/Accessories +COMPONENT_SUMMARY= xclipboard − X clipboard client +COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) +COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2 +COMPONENT_ARCHIVE_HASH= \ + sha256:9c0e0a1f4f1d49f73c6cf3ccd27b5ca0e18afc63679f1a1ee466b1d82446ebb5 +COMPONENT_ARCHIVE_URL= \ + http://www.x.org/releases/individual/app/xclipboard-1.1.3.tar.bz2 +COMPONENT_PROJECT_URL = http://www.x.org/ +COMPONENT_LICENSE= MIT License +COMPONENT_LICENSE_FILE= xclipboard.license + +include $(WS_TOP)/make-rules/prep.mk +include $(WS_TOP)/make-rules/configure.mk +include $(WS_TOP)/make-rules/ips.mk + +PATH=/usr/gnu/bin:/usr/bin + +build: $(BUILD_32_and_64) + +install: $(INSTALL_32_and_64) + +test: $(NO_TESTS) + + +REQUIRED_PACKAGES += system/library +REQUIRED_PACKAGES += x11/library/libx11 +REQUIRED_PACKAGES += x11/library/libxkbfile +REQUIRED_PACKAGES += x11/library/libxmu +REQUIRED_PACKAGES += x11/library/toolkit/libxaw7 +REQUIRED_PACKAGES += x11/library/toolkit/libxt diff --git a/components/x11/xclipboard/xclipboard.license b/components/x11/xclipboard/xclipboard.license new file mode 100644 index 000000000..75c3ec5c7 --- /dev/null +++ b/components/x11/xclipboard/xclipboard.license @@ -0,0 +1,21 @@ +Copyright 1989, 1994, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. diff --git a/components/x11/xclipboard/xclipboard.p5m b/components/x11/xclipboard/xclipboard.p5m new file mode 100644 index 000000000..91c45fcca --- /dev/null +++ b/components/x11/xclipboard/xclipboard.p5m @@ -0,0 +1,34 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2016 Aurelien Larcher +# + +set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +set name=pkg.summary value="$(COMPONENT_SUMMARY)" +set name=info.classification value="$(COMPONENT_CLASSIFICATION)" +set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) +set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) +set name=org.opensolaris.consolidation value=$(CONSOLIDATION) + +license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)' + +link path=usr/X11/bin/xclipboard target=../../bin/xclipboard +link path=usr/X11/bin/xcutsel target=../../bin/xcutsel + +file path=usr/bin/$(MACH64)/xclipboard +file path=usr/bin/$(MACH64)/xcutsel +file path=usr/bin/xclipboard +file path=usr/bin/xcutsel +file path=usr/share/X11/app-defaults/XClipboard +file path=usr/share/man/man1/xclipboard.1 +file path=usr/share/man/man1/xcutsel.1 -- 2.11.4.GIT