public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xsm/
Date: Mon,  4 Mar 2024 00:57:55 +0000 (UTC)	[thread overview]
Message-ID: <1709513870.7aed8781ed76b46b748d89f262522f71f9dff00b.mattst88@gentoo> (raw)

commit:     7aed8781ed76b46b748d89f262522f71f9dff00b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 00:54:43 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar  4 00:57:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aed8781

x11-apps/xsm: Version bump to 1.0.6

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/xsm/Manifest         |  1 +
 x11-apps/xsm/xsm-1.0.6.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/x11-apps/xsm/Manifest b/x11-apps/xsm/Manifest
index 908f4156fd4c..0c9171c73b96 100644
--- a/x11-apps/xsm/Manifest
+++ b/x11-apps/xsm/Manifest
@@ -1 +1,2 @@
 DIST xsm-1.0.5.tar.xz 159496 BLAKE2B 18531fd06970a244478cd674cac1d669d4fcecb4f680a656c5182927c76a111aa82b96fd96e5b887d6f8b44e7ab88292607812b7d6bbcac86d9f4448bbb4fed5 SHA512 df3777b3aab813ec8aa906f5a03f93b8ca645978970290cf7baf732e175c36c00ae19baeb45ea7404d35838c21e6f8fca28f0da3e2f398d17adac5f2acb7b351
+DIST xsm-1.0.6.tar.xz 160724 BLAKE2B 74d03422ae182d8f3b75234065ec1ab5c30d1a6230e17691c1df7ec8658c21ee18486eaa2c8a14710d604fcdbb39869d75516a13dcc1855e5a4c46ad2d5d4f7d SHA512 ee4e9b4ab6be6773e53685540f807b03d553bfecc26c4e85fe12daca486fdeb66c594c6eab54043a8c149112c7a3ed18e463d68d7aee62e93a06c091ce39c268

diff --git a/x11-apps/xsm/xsm-1.0.6.ebuild b/x11-apps/xsm/xsm-1.0.6.ebuild
new file mode 100644
index 000000000000..1fe975b89ec7
--- /dev/null
+++ b/x11-apps/xsm/xsm-1.0.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X Session Manager"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="x11-libs/libXaw
+	x11-libs/libX11
+	x11-libs/libXt
+	x11-libs/libICE
+	x11-libs/libSM"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+pkg_setup() {
+	# (#158056) /usr/$(get_libdir)/X11/xsm could be a symlink
+	local XSMPATH="${EROOT}/usr/$(get_libdir)/X11/xsm"
+	if [[ -L ${XSMPATH} ]]; then
+		einfo "Removing symlink ${XSMPATH}"
+		rm -f ${XSMPATH} || die "failed to remove symlink ${XSMPATH}"
+	fi
+	xorg-3_pkg_setup
+}


             reply	other threads:[~2024-03-04  0:58 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-04  0:57 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-04  3:21 [gentoo-commits] repo/gentoo:master commit in: x11-apps/xsm/ Matt Turner
2024-04-03  9:14 Arthur Zamarin
2024-04-03  9:14 Arthur Zamarin
2024-04-03  5:13 Sam James
2024-04-03  5:13 Sam James
2024-04-03  5:02 Sam James
2022-05-29 15:23 Matt Turner
2022-05-28  1:35 Sam James
2022-05-25 18:00 Jakov Smolić
2022-05-25 17:57 Jakov Smolić
2022-05-10  1:07 WANG Xuerui
2022-05-08 23:01 Sam James
2022-05-07 17:55 Jakov Smolić
2022-04-04  2:40 Matt Turner
2022-01-02 14:43 James Le Cuirot
2021-01-22 21:57 Matt Turner
2021-01-06 11:41 Fabian Groffen
2020-06-24 20:13 Matt Turner
2019-01-19 20:09 Mart Raudsepp
2018-08-18 23:03 Mikle Kolyada
2018-03-10  6:03 Matt Turner
2017-06-19 13:26 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1709513870.7aed8781ed76b46b748d89f262522f71f9dff00b.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox