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/lxappearance-obconf: Version bump to 0.2.3
Package-Manager: portage-2.3.0
- Loading branch information
Showing
2 changed files
with
28 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 +1,2 @@ | ||
DIST lxappearance-obconf-0.2.1.tar.gz 418312 SHA256 a807aa16ebdca50d15309c133ba2473e9b982e62937a507b5798d82e461d5888 SHA512 f37a981005ba7c4d1ba0a00ec189d6978cd521b9742d0356f1b29685646f9cf78953c449bdee48fabff21e98f676d22c9916d03b0256d59e159f2947e4a41c5e WHIRLPOOL fe235c39a1e20d2bb5380f765d38d44cd3e338a118cb517254debeb784a8ae2e35ca1714c313ec01679a05784d36895fe7edf05d66fd0f974b9256c0a637f36c | ||
DIST lxappearance-obconf-0.2.3.tar.xz 290204 SHA256 3150b33b4b7beb71c1803aee2be21c94767d73b70dfc8d2bcaafe2650ea83149 SHA512 cec56238b2b8ea86ab310fdf3d9d43ef665aac7762018a296803ef7caccb6a5a7854c4b17e0028152b379a373602ede30edb02811a9a370ba369b62bb3caee09 WHIRLPOOL 0a67250cf9890aa451ce6440ece5a9006a57271dc216e81cec7ee20730361084ddbbb78a6296c79b1e9ddf73cd6e23dc574252ddc49b0dcaa204dc38eb256f83 |
27 changes: 27 additions & 0 deletions
27
lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild
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,27 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
inherit eutils | ||
|
||
DESCRIPTION="LXAppearance plugin for configuring OpenBox" | ||
HOMEPAGE="http://lxde.org/" | ||
SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~arm ~mips ~x86" | ||
IUSE="" | ||
|
||
RDEPEND="lxde-base/lxappearance | ||
x11-wm/openbox" | ||
DEPEND="${RDEPEND} | ||
virtual/pkgconfig | ||
dev-util/intltool" | ||
|
||
src_install() { | ||
default | ||
prune_libtool_files | ||
} |