From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-user-dirs-gtk/
Date: Sun, 16 Feb 2025 08:04:41 +0000 (UTC) [thread overview]
Message-ID: <1739693045.a5f55e56e92f7cba264136dd1e8a4d2fec479b16.sam@gentoo> (raw)
commit: a5f55e56e92f7cba264136dd1e8a4d2fec479b16
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 08:03:49 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 08:04:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f55e56
x11-misc/xdg-user-dirs-gtk: add 0.14
Another intltool consumer gone!
Also, update LICENSE to GPL-2+ per meson.build.
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/xdg-user-dirs-gtk/Manifest | 1 +
.../xdg-user-dirs-gtk-0.14.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/x11-misc/xdg-user-dirs-gtk/Manifest b/x11-misc/xdg-user-dirs-gtk/Manifest
index b5b48378a036..7bfba1fec79c 100644
--- a/x11-misc/xdg-user-dirs-gtk/Manifest
+++ b/x11-misc/xdg-user-dirs-gtk/Manifest
@@ -1 +1,2 @@
DIST xdg-user-dirs-gtk-0.11.tar.xz 126488 BLAKE2B 45b8c3ab0b43214a1c1b39d368a283fb566bee115549468eb85e1e9e5407025690dbe320698df107523a3ea0d7cd8d0d3ef8d2296c80c79a74863d50eb581581 SHA512 2a650c6372126f807ac90fb0508e1b11636b38b5960a3037b547e9f1bb1a6b82653f20da7d5aae1144eebec040e3af89a02fbf70c1768724019b384f6d9cf85a
+DIST xdg-user-dirs-gtk-0.14.tar.xz 49564 BLAKE2B 9a7bd40c9e063b05dc4bdd401f79b7d473c6165b894ce84d86ba73ba70333de041b1bdb0bd59040b94f6993eb0d607673e6cef946b6d21e8731611a124f9436e SHA512 37c255650d57dc6f3dddb1cea592891ec0f883f63a6e01e6c2339bf325ca1aa35a59c5502fd1c8edb6abb569f12ac9e19f8de5f639779dae0e5ebc42ef9aade1
diff --git a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.14.ebuild b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.14.ebuild
new file mode 100644
index 000000000000..c272679daeeb
--- /dev/null
+++ b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.14.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson readme.gentoo-r1
+
+DESCRIPTION="Integrates xdg-user-dirs into the Gnome desktop and Gtk+ applications"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/xdg-user-dirs-gtk"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ dev-libs/glib:2
+ >=x11-libs/gtk+-3.5.1:3
+ >=x11-misc/xdg-user-dirs-0.14
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+DOC_CONTENTS="
+ This package tries to automatically use some sensible default
+ directories for your documents, music, video, and other stuff.
+ If you want to change those directories to your needs, see
+ the settings in ~/.config/user-dirs.dirs
+"
+
+src_prepare() {
+ default
+ sed -i \
+ -e '/Encoding/d' \
+ -e 's:OnlyShowIn=GNOME;LXDE;Unity;:NotShowIn=KDE;:' \
+ user-dirs-update-gtk.desktop.in || die
+}
+
+src_install() {
+ meson_src_install
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}
next reply other threads:[~2025-02-16 8:04 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-16 8:04 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-26 6:00 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-user-dirs-gtk/ Sam James
2025-04-26 4:05 Sam James
2022-12-24 8:29 Sam James
2022-12-24 8:29 Sam James
2022-11-25 11:56 Arthur Zamarin
2022-11-25 9:26 Sam James
2022-11-25 9:25 Arthur Zamarin
2022-11-25 8:47 Arthur Zamarin
2022-11-25 8:19 Sam James
2022-11-25 8:11 Arthur Zamarin
2022-11-25 8:11 Arthur Zamarin
2022-10-14 1:21 Matt Turner
2022-05-18 8:00 WANG Xuerui
2021-09-07 14:08 Pacho Ramos
2021-05-21 0:51 Yixun Lan
2020-12-28 17:35 Mike Gilbert
2020-02-08 10:00 Mart Raudsepp
2019-04-13 21:55 Aaron Bauman
2018-06-13 17:25 Johannes Huber
2018-04-03 21:02 Matt Turner
2018-01-08 22:05 Sergei Trofimovich
2017-11-02 21:16 Thomas Deutschmann
2017-10-30 0:34 Manuel Rüger
2017-09-24 17:49 Sergei Trofimovich
2017-09-19 19:46 Markus Meier
2017-09-15 15:38 Tobias Klausmann
2017-09-10 20:46 Sergei Trofimovich
2017-09-09 11:53 Sergei Trofimovich
2017-05-06 8:30 Michael Palimaka
2016-10-28 8:33 Pacho Ramos
2016-03-20 23:09 Stephen Klimaszewski
2016-03-13 13:41 Manuel Rüger
2016-03-13 13:41 Manuel Rüger
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=1739693045.a5f55e56e92f7cba264136dd1e8a4d2fec479b16.sam@gentoo \
--to=sam@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