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-misc/xdg-user-dirs-gtk/
Date: Fri, 14 Oct 2022 01:21:39 +0000 (UTC)	[thread overview]
Message-ID: <1665710489.6ff91e98bd9da49155923fbb9b3b9cde7dda1de0.mattst88@gentoo> (raw)

commit:     6ff91e98bd9da49155923fbb9b3b9cde7dda1de0
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Thu Oct 13 15:07:27 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 01:21:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff91e98

x11-misc/xdg-user-dirs-gtk: Version bump to 0.11

Closes: https://github.com/gentoo/gentoo/pull/27771
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/xdg-user-dirs-gtk/Manifest                |  1 +
 .../xdg-user-dirs-gtk-0.11.ebuild                  | 57 ++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/x11-misc/xdg-user-dirs-gtk/Manifest b/x11-misc/xdg-user-dirs-gtk/Manifest
index 054a42dca717..80572cf4328a 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.10.tar.xz 116528 BLAKE2B f86237859636046ecc72bdd62ee5c6a3726ad701aabe04f14bff6541554d3e9de82265cb95b353714adba5d6c8742f94150df9b6f3e4043db9e6885e61e569c1 SHA512 c3ef070244cd1c87312c2c2602dbe7bc3dd26eed632b0d8d779580d7ee6259efdda453ab7bdf4415cc72fad7a74d9dd36476189fe446d5627e4db75d905302f5
+DIST xdg-user-dirs-gtk-0.11.tar.xz 126488 BLAKE2B 45b8c3ab0b43214a1c1b39d368a283fb566bee115549468eb85e1e9e5407025690dbe320698df107523a3ea0d7cd8d0d3ef8d2296c80c79a74863d50eb581581 SHA512 2a650c6372126f807ac90fb0508e1b11636b38b5960a3037b547e9f1bb1a6b82653f20da7d5aae1144eebec040e3af89a02fbf70c1768724019b384f6d9cf85a

diff --git a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.11.ebuild b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.11.ebuild
new file mode 100644
index 000000000000..66289fc25a46
--- /dev/null
+++ b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.11.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org readme.gentoo-r1 toolchain-funcs
+
+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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+
+RDEPEND="
+	dev-libs/glib:2
+	>=x11-libs/gtk+-3.5.1:3
+	>=x11-misc/xdg-user-dirs-0.14
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/intltool
+	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_configure() {
+	local -a myeconfargs=(
+		# Skip configure.ac disabling the cross-compiling pkg-config.
+		ac_cv_path_PKG_CONFIG="$(tc-getPKG_CONFIG)"
+		# Skip searching for this program in the CBUILD root.
+		XDG_USER_DIRS_UPDATE="${EPREFIX}/usr/bin/xdg-user-dirs-update"
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	readme.gentoo_print_elog
+}


             reply	other threads:[~2022-10-14  1:21 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-14  1:21 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-24  8:29 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-user-dirs-gtk/ 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-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=1665710489.6ff91e98bd9da49155923fbb9b3b9cde7dda1de0.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