forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lxde-base/lxmenu-data: Version bump to 0.1.5
Package-Manager: portage-2.3.0
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST lxmenu-data-0.1.2.tar.gz 298734 SHA256 34c285a0430404e815263a4bb33a79eb47b168c56469be0f7ffb19730a57a045 SHA512 8e18d5a0309d69fbd410f8e3e5393f8a49852c2684aa2d2f0c460cf9e1f0fb88810885551d6b3dee1c6270a2a8a8a14973ca5e72b714898d1b6b9b676e3bf922 WHIRLPOOL eee30c0b1051dc3f06bd360035b7a2120d58f258e18c87732620f65f7dcbddf8caf6b4f6646f59f758871ca5b3a5bc29dd2be0f19d9368ee8875a56ed62e0358 | ||
DIST lxmenu-data-0.1.4.tar.xz 179180 SHA256 8802fbc88e4cac80dbf0a2926deb30eeb127c54b93254d7bda591cbe174bfb1c SHA512 2aa8949504e981582b8e94d999a3f3e4876750ee6244d63b585bb0553c5f584401c952682d7eb524ab87dd36f6e22a8b849f5f15559a40f5edfff3d7aa6eb244 WHIRLPOOL 144fca0008e022b2379144f015e7692e806b0f208e172c9facca679aa02162478b9c801b4dcdd3a9cf22209dddfe801db6aa5a160cddf62ea3d9ef0af46ddb39 | ||
DIST lxmenu-data-0.1.5.tar.xz 199192 SHA256 9fe3218d2ef50b91190162f4f923d6524c364849f87bcda8b4ed8eb59b80bab8 SHA512 ea1a1ad511d9e56c7692a8d96feb52c53aa7bd7595f2312d4f41fc15a12a056551c70d6a2c55a30f849e2ac2fd1a06436751573472ae70e0158e069736578b40 WHIRLPOOL 7cd11577c37739bdba8d5730130116dad18b1908b095e9cdf19bb3e45940d3364e256e4b4661062b61c8406677ddfd394622b10634c2a60a50ccb1b7f1c65a1d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI="6" | ||
|
||
DESCRIPTION="Provides files needed for LXDE application menus" | ||
HOMEPAGE="http://lxde.org/" | ||
SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux" | ||
IUSE="" | ||
|
||
RDEPEND="" | ||
DEPEND="sys-devel/gettext | ||
>=dev-util/intltool-0.40.0 | ||
virtual/pkgconfig" | ||
|
||
src_install() { | ||
emake DESTDIR="${D}" install | ||
dodoc AUTHORS README | ||
} |