diff --git a/xorg-app/xclipboard/DETAILS b/xorg-app/xclipboard/DETAILS
index bf1c302..603f223 100755
--- a/xorg-app/xclipboard/DETAILS
+++ b/xorg-app/xclipboard/DETAILS
@@ -1,25 +1,19 @@
SPELL=xclipboard
- VERSION=1.1.4
+ VERSION=1.1.5
SOURCE=$SPELL-$VERSION.tar.xz
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
-
SOURCE_HASH=sha512:efa7800e0c4fb0242362c4263d80182d591bded07d1064a36b157b6202b15b0c82f083658ced2b82392eca905fb57c04a537d67e75c1237a1667ed2ce0cb09fe
+
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://xorg.freedesktop.org
+ WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="Module xclipboard for xorg"
cat << EOF
-The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
-maintain the official Public Implementation of X11.
-
-The XOrg Foundation invites anyone who has an interest to join in. Anyone
-may create and work on a branch in the repository. See XOrgRepository for
-more information about the XOrg Foundation repository.
-
-The repository consists of an imported XFree86 tree that is very close
-to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
-new licensing scheme incompatible with the GPL. For this reason, we have
-recreated its tree as closely as possible without importing files affected
-by the new license. Our tree is being referred to as simply "XOrg", and a
-public release will be made shortly.
+xclipboard is used to collect and display text selections that are
+sent to the CLIPBOARD by other clients. It is typically used to save
+CLIPBOARD selections for later use. It stores each CLIPBOARD
+selection as a separate string, each of which can be selected.
EOF
diff --git a/xorg-app/xclipboard/HISTORY b/xorg-app/xclipboard/HISTORY
index 74fc080..77c7905 100644
--- a/xorg-app/xclipboard/HISTORY
+++ b/xorg-app/xclipboard/HISTORY
@@ -1,3 +1,8 @@
+2024-08-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ update desc
+ * DETAILS: version 1.1.5
+
2022-07-19 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Changed SOURCE_URL[0] extension
updated spell to 1.1.4
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (1ad654c9d006bc3fcdf3aabb7afbeee23aa88a02),
Treeve Jelbert, 08/29/2024