public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/
Date: Sun, 16 Feb 2025 15:37:17 +0000 (UTC)	[thread overview]
Message-ID: <1739720216.acea9f283757ceb375ace5625a97fa20d77b9a51.dilfridge@gentoo> (raw)

commit:     acea9f283757ceb375ace5625a97fa20d77b9a51
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 15:36:22 2025 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 15:36:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acea9f28

x11-misc/xosview: add 1.24

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 x11-misc/xosview/Manifest            |  1 +
 x11-misc/xosview/xosview-1.24.ebuild | 57 ++++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index 5197d620a901..6818d91ea0a4 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1 +1,2 @@
 DIST xosview-1.23.tar.gz 146299 BLAKE2B ba336ac152ac6c44bd51c84c160d7c1b565fe23c17aa89db36be7325f4f1caa1ab84a1ad386041841a0aacb62208fb5d59f5dd7a9d2bf071c76dff2901eb2c60 SHA512 10a25f644ec3d896071990117c6d80e553a17baf64809f11bc778652dca1498f81c333ac0f21a809ef617d7e6cbe65afaa14d5bc96908958d8f997234e660ba1
+DIST xosview-1.24.tar.gz 141144 BLAKE2B eb93f902d88412768d012d37b0d5063d9e3adbdea088a32c51618fe03743dc61eaa4204d42562efe276eaf5ff0bab8b1b212c5ae26fb12cb7b44ce0fb001abe8 SHA512 aeeecc3be8c4a22bb62062ca51c927ace186c0652f7cc16fbdd7b7d3acb247242d1ad64960cfb4622bd1626fdfcd26ef6938df2b4f788ee8fc44e5cf59396540

diff --git a/x11-misc/xosview/xosview-1.24.ebuild b/x11-misc/xosview/xosview-1.24.ebuild
new file mode 100644
index 000000000000..603bd3da5e25
--- /dev/null
+++ b/x11-misc/xosview/xosview-1.24.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs xdg-utils
+
+DESCRIPTION="X11 operating system viewer"
+HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/"
+SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz"
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="suid"
+
+COMMON_DEPS="x11-libs/libX11
+	x11-libs/libXpm
+	x11-libs/libXt"
+RDEPEND="${COMMON_DEPS}
+	media-fonts/font-misc-misc"
+DEPEND="${COMMON_DEPS}
+	x11-base/xorg-proto"
+
+DOCS=( CHANGES README.linux TODO )
+
+src_prepare() {
+	default
+
+	sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
+	sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
+	tc-export CXX
+}
+
+src_compile() {
+	emake OPTFLAGS=''
+}
+
+src_install() {
+	emake PREFIX="${D}/usr" install
+	use suid && fperms 4755 /usr/bin/${PN}
+	insinto /usr/share/X11/app-defaults
+	newins Xdefaults XOsview
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+
+	if ! use suid ; then
+		ewarn "If you want to use serial meters ${PN} needs to be executed as root."
+		ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux for details."
+	fi
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


             reply	other threads:[~2025-02-16 15:37 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-16 15:37 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-16 21:35 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/ Andreas K. Hüttel
2025-06-20 16:58 Arthur Zamarin
2025-04-26  6:06 Arthur Zamarin
2025-04-26  2:08 Sam James
2025-04-26  1:54 Sam James
2025-04-26  1:45 Sam James
2022-08-29 19:28 Andreas Sturmlechner
2022-08-29 19:28 Andreas Sturmlechner
2021-03-02  1:59 Sam James
2021-02-28 23:22 Sam James
2021-02-28 21:37 Sam James
2021-02-28 21:35 Sam James
2021-01-18  2:55 Sam James
2021-01-15 22:07 Sam James
2021-01-15 22:06 Sam James
2021-01-15 22:06 Sam James
2021-01-15 14:48 Lars Wendler
2021-01-15 14:48 Lars Wendler
2021-01-15 14:48 Lars Wendler
2020-12-01 17:29 Andreas K. Hüttel
2020-05-04 15:43 Lars Wendler
2020-02-08 16:25 David Seifert
2019-01-21 14:44 Lars Wendler
2018-10-05 12:27 Lars Wendler
2018-04-20 11:13 Lars Wendler
2018-04-15 21:18 Sergei Trofimovich
2018-04-12 14:43 Sergei Trofimovich
2018-03-14 12:51 Mikle Kolyada
2018-03-11  2:16 Thomas Deutschmann
2017-11-06 12:38 Lars Wendler
2017-11-06 12:25 Lars Wendler
2017-04-01 10:24 David Seifert
2017-03-22  7:30 Michael Weber
2017-03-21 14:34 Agostino Sarubbo
2017-03-21 10:08 Michael Weber
2017-03-20 11:04 Agostino Sarubbo
2017-03-07  9:14 David Seifert
2016-12-03 21:10 Lars Wendler
2016-12-03 20:57 Lars Wendler
2016-12-03 20:20 Lars Wendler
2016-08-14 13:06 Lars Wendler
2016-07-06 14:07 Jeroen Roovers
2016-04-04  2:42 Jeroen Roovers
2016-04-02 13:44 Agostino Sarubbo
2015-10-31  4:29 Jeroen Roovers
2015-10-04  7:41 Jeroen Roovers
2015-09-30 13:43 Agostino Sarubbo
2015-09-28  9:31 Agostino Sarubbo
2015-09-28  7:43 Lars Wendler
2015-09-28  7:43 Lars Wendler

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=1739720216.acea9f283757ceb375ace5625a97fa20d77b9a51.dilfridge@gentoo \
    --to=dilfridge@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