public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/desktop-file-utils/
Date: Wed, 22 Jun 2016 11:51:01 +0000 (UTC)	[thread overview]
Message-ID: <1466596250.71af3476fb0356ce0e319b3d686f630da602ae2e.kensington@gentoo> (raw)

commit:     71af3476fb0356ce0e319b3d686f630da602ae2e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 11:50:34 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 11:50:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71af3476

dev-util/desktop-file-utils: version bump

Gentoo-bug: 586576

Package-Manager: portage-2.3.0_rc1

 dev-util/desktop-file-utils/Manifest               |  1 +
 .../desktop-file-utils-0.23.ebuild                 | 55 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/dev-util/desktop-file-utils/Manifest b/dev-util/desktop-file-utils/Manifest
index ccbf3c8..5372a0a 100644
--- a/dev-util/desktop-file-utils/Manifest
+++ b/dev-util/desktop-file-utils/Manifest
@@ -1,2 +1,3 @@
 DIST desktop-file-utils-0.21.tar.xz 128972 SHA256 b6c9b860538ef1cffbcdfbc9cb578f85a080ad8c1207c8b3a39e9fd183f9782b SHA512 c7372d820e996eef72e85c7190c7f7cce61a3e08ebc348822013d1b28971db294242ce108d8f5e8e6c7539f9044619511d2bba0459a319bddbe5e5cf5d8665aa WHIRLPOOL 04e4957c52f5093db72a92735ac2438163303eac3edb3f0ec0361aa08c8cbca3a06cc648074f13dd5764afc86a1725fc6e9d85fac2e10bc2352b2ce56e970379
 DIST desktop-file-utils-0.22.tar.xz 131028 SHA256 843532672692f98e9b2d6ae6cc8658da562dfde1606c7f33d9d227a344de56c5 SHA512 26c1f0da44e4d3fc286640084ad1fad0595fc94edb5d2edd2a4d8cbed0aea4e409aa1a610cbba372f8e540188b62aed764fc7fdecddefbcfeeaedd1d19e3d20a WHIRLPOOL 70d57623cb16d5ecdb4a1cb24fd4545f6d4dfe7aba51446570684cf09eb1d498c0ce575ad8f3255289dd15987d632b76c51b99a335cb9f3a3099d2901bdaf2ea
+DIST desktop-file-utils-0.23.tar.xz 132000 SHA256 6c094031bdec46c9f621708f919084e1cb5294e2c5b1e4c883b3e70cb8903385 SHA512 66a8ddfbb2be8edc14e16427e0dafa6fb1ef7491c816f19221fb5d5782e964cdcc3ae89807339f1c565af828aa83403cc56edeb2d03b3f93e013f3c5e9e6fe6a WHIRLPOOL 3d2fd970eda245e03ef566741f24433b601e76f100dfd7b33fad5035eca55b8e0d3b7b62d46b6749dafb682c1c6db46ad293010aecca54e1f729372ca87c6da6

diff --git a/dev-util/desktop-file-utils/desktop-file-utils-0.23.ebuild b/dev-util/desktop-file-utils/desktop-file-utils-0.23.ebuild
new file mode 100644
index 0000000..11562e2
--- /dev/null
+++ b/dev-util/desktop-file-utils/desktop-file-utils-0.23.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit elisp-common eutils
+
+DESCRIPTION="Command line utilities to work with desktop menu entries"
+HOMEPAGE="https://freedesktop.org/wiki/Software/desktop-file-utils"
+SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="emacs"
+
+RDEPEND=">=dev-libs/glib-2.12:2
+	emacs? ( virtual/emacs )"
+DEPEND="${RDEPEND}
+	app-arch/xz-utils
+	virtual/pkgconfig"
+
+SITEFILE=50${PN}-gentoo.el
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README )
+
+src_prepare() {
+	default
+	sed -i -e '/SUBDIRS =/s:misc::' Makefile.in || die
+}
+
+src_configure() {
+	econf "$(use_with emacs lispdir "${SITELISP}"/${PN})"
+}
+
+src_compile() {
+	default
+	use emacs && elisp-compile misc/desktop-entry-mode.el
+}
+
+src_install() {
+	default
+	if use emacs; then
+		elisp-install ${PN} misc/*.el misc/*.elc || die
+		elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die
+	fi
+}
+
+pkg_postinst() {
+	use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+	use emacs && elisp-site-regen
+}


             reply	other threads:[~2016-06-22 11:51 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-22 11:51 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-30 15:28 [gentoo-commits] repo/gentoo:master commit in: dev-util/desktop-file-utils/ Matt Turner
2024-09-12 14:37 Arthur Zamarin
2024-09-12  8:18 Arthur Zamarin
2024-09-05  1:23 Sam James
2024-09-04  4:54 Sam James
2024-09-04  4:54 Sam James
2024-09-04  4:54 Sam James
2024-09-04  1:59 Sam James
2024-01-05 11:18 Sam James
2024-01-05  9:39 Sam James
2023-12-01 12:11 Arthur Zamarin
2023-12-01  3:26 Sam James
2023-12-01  3:26 Sam James
2023-12-01  3:26 Sam James
2023-12-01  3:26 Sam James
2023-12-01  3:26 Sam James
2023-12-01  3:26 Sam James
2023-11-30 21:40 Sam James
2023-10-15 12:38 Sam James
2022-05-09  5:29 WANG Xuerui
2022-05-03 18:54 Arthur Zamarin
2022-05-03 18:48 Arthur Zamarin
2022-05-03 17:58 Arthur Zamarin
2022-04-29 19:21 Sam James
2022-04-29 19:21 Sam James
2022-04-29 19:18 Sam James
2022-04-29  9:09 Sam James
2022-04-29  8:29 Jakov Smolić
2021-09-07 14:08 Pacho Ramos
2020-12-21  9:36 Sergei Trofimovich
2020-12-17  3:58 Sam James
2020-12-13 23:23 Sam James
2020-12-05 11:43 Sergei Trofimovich
2020-12-04 18:37 Sergei Trofimovich
2020-12-04 18:31 Sergei Trofimovich
2020-12-03  4:53 Sam James
2020-12-02 22:12 Sam James
2020-11-28 17:15 Mike Gilbert
2020-06-25 12:22 Lars Wendler
2019-12-15 11:52 Pacho Ramos
2019-12-09  3:05 Matt Turner
2019-12-02 10:50 Mikle Kolyada
2019-11-23  0:56 Aaron Bauman
2019-11-22 23:35 Sergei Trofimovich
2019-11-20 13:23 Agostino Sarubbo
2019-11-20 11:50 Agostino Sarubbo
2019-11-20 11:48 Agostino Sarubbo
2019-11-20 11:35 Agostino Sarubbo
2019-11-20 11:27 Agostino Sarubbo
2019-11-20 11:21 Agostino Sarubbo
2019-11-20 11:16 Agostino Sarubbo
2019-08-05 23:55 Göktürk Yüksek
2019-07-29 11:06 Lars Wendler
2019-06-12 17:08 Michael Haubenwallner
2018-06-14 19:22 Mikle Kolyada
2017-03-29 21:26 Michael Weber
2016-07-08 16:09 Michael Palimaka
2016-07-08 12:02 Agostino Sarubbo
2016-07-08 10:02 Agostino Sarubbo
2016-07-08  7:53 Agostino Sarubbo
2016-07-05 20:57 Markus Meier
2016-07-01  4:16 Jeroen Roovers
2016-06-30  9:31 Tobias Klausmann
2016-06-27  8:48 Agostino Sarubbo
2016-06-27  8:23 Agostino Sarubbo
2016-01-22  7:58 Fabian Groffen

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=1466596250.71af3476fb0356ce0e319b3d686f630da602ae2e.kensington@gentoo \
    --to=kensington@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