public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxde-common/
Date: Tue, 27 Mar 2018 00:40:45 +0000 (UTC)	[thread overview]
Message-ID: <1522111199.abc828f434b1f7b3aaf9df927d5d66dacf0b5b9e.bman@gentoo> (raw)

commit:     abc828f434b1f7b3aaf9df927d5d66dacf0b5b9e
Author:     charIes17 <charles17 <AT> arcor <DOT> de>
AuthorDate: Tue Dec 12 10:48:24 2017 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 00:39:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc828f4

lxde-base/lxde-common: Version bump to 0.99.2

Closes: https://bugs.gentoo.org/636514
Closes: https://github.com/gentoo/gentoo/pull/6529

 lxde-base/lxde-common/Manifest                  |  1 +
 lxde-base/lxde-common/lxde-common-0.99.2.ebuild | 28 +++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/lxde-base/lxde-common/Manifest b/lxde-base/lxde-common/Manifest
index 7dbae191578..154981a0479 100644
--- a/lxde-base/lxde-common/Manifest
+++ b/lxde-base/lxde-common/Manifest
@@ -1,2 +1,3 @@
 DIST lxde-common-0.5.5.tar.gz 899075 BLAKE2B 425de7d65ff7ef100c1c5d6cf6758b44121374ea27823e1ba565b43b32e35aeea9ff62cf0f5d7ad114f0c4d04fdbdff60f04dcd18542469b3aa9f6107619d78d SHA512 44848286ccf3aa269df1680e14a8d3c41be1c2af956bd5121fc05d97a892fdc13d1e74191a2a11a40e96a8f31f8be37b1cfb9afeac4474fcab88d07508647c7f
 DIST lxde-common-0.99.1.tar.xz 889656 BLAKE2B 21c0ca21adb6c37d27bf39ee474a0e1d80c62d2ffb7ddadea3abb839163a307c81b8a6fa6ea6def00a0e8bf22ca9953bf145840371de65195e7036ee891bb0b5 SHA512 f5a14c44d827ba2355efd10c78732157f5645392ebbeb8e2a8126340a36eeba2842eff0c5338bb36623e5fe2da894c89d60a45c0b177704e2260413d63232b05
+DIST lxde-common-0.99.2.tar.xz 889948 BLAKE2B c01b3af5499ed4efe3004c922563c752999921cadab36a7fd5fec56762334c93d22ca7a28e9a8e8ce3462e128bea493740d5aa9931c4bf26cdf8a8dcd1bfb9e6 SHA512 9eb939ad411ed15c6bae880541b5c021ce5f3dd66df8662865e2f7219159110d8bf6059a707e55863d04617b17a15ea517317c44f88982344369aa85b7128b6e

diff --git a/lxde-base/lxde-common/lxde-common-0.99.2.ebuild b/lxde-base/lxde-common/lxde-common-0.99.2.ebuild
new file mode 100644
index 00000000000..9051f161f0b
--- /dev/null
+++ b/lxde-base/lxde-common/lxde-common-0.99.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset"
+HOMEPAGE="https://wiki.lxde.org/en/LXDE_Common"
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	sys-devel/gettext"
+PDEPEND="lxde-base/lxde-icon-theme"
+
+src_install () {
+	emake DESTDIR="${D}" install
+	# install session file
+	insinto /etc/X11/Sessions/
+	doins "${FILESDIR}/lxde"
+	fperms 755 /etc/X11/Sessions/lxde
+	dodoc AUTHORS ChangeLog README
+}


             reply	other threads:[~2018-03-27  0:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-27  0:40 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-21 14:49 [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxde-common/ Yixun Lan
2021-03-14 23:41 Andreas Sturmlechner
2021-03-14 23:41 Andreas Sturmlechner
2021-03-05 22:20 Sam James
2020-05-11  6:55 Joonas Niilola
2018-03-27 22:19 Aaron Bauman
2018-03-04 10:12 Sergei Trofimovich
2017-12-24 17:11 Patrice Clement
2017-12-21 19:28 Markus Meier
2017-12-12 18:39 Thomas Deutschmann
2016-09-13 21:50 Hanno Boeck

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=1522111199.abc828f434b1f7b3aaf9df927d5d66dacf0b5b9e.bman@gentoo \
    --to=bman@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