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.
x11-terms/xfce4-terminal: Bump to 0.8.0
- Loading branch information
Showing
2 changed files
with
35 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,3 +1,4 @@ | ||
DIST xfce4-terminal-0.6.3.tar.bz2 815207 SHA256 912f4716c2395a14a80620ef982b4af1e2a67a8df9a1ef0b802ecae826057e08 SHA512 805390b75178b3a2fbff4f8dfe972474e5575ad5a80aaf775f7b4086f975cf5b444a335b1ec1a9a39bc89642c71e1d0cb1bbc14d96b913980bd231d32a081c49 WHIRLPOOL 199f305ae3996eeb5797dbc3fbe07f459c577bfb5a259c3ce820b2fea87ef92593ed26fd82745b7266a6e8801aef61c5a82ddd0f7e9cdc3f3c741e58ba37ed0a | ||
DIST xfce4-terminal-0.6.90.tar.bz2 838790 SHA256 ec540579d2d85111f322ffa08a4c3690c26612699af1b22c8d4f3480e38e70d1 SHA512 85bacf2184240356f698d9cc0c1f5c4a8b2502abb272a2293574b9cb0641bed3f4be42691f67acee3f6aa54a94a29e9d2304047bbad9435f94d7cad5a25429a5 WHIRLPOOL 4d656d2be87a0f36ff86f51ae350ae182c75fa4ee7761ef4bf258b33354afe803f5effbe01cb33ca55adfbc165bb85341fdf4ac61234ef7342c5102b4c4cb955 | ||
DIST xfce4-terminal-0.6.92.tar.bz2 854899 SHA256 62140f8956d9c9aa4d483cf6cfbf6d76749b0f1feb47fa8413f0972e97461574 SHA512 79c65752b853f557a0e0a8bee7cef39438623aa5e982ce53a28a520b572a1c0b187010dba0cbc450ee4d10dceadfc32233ca5df7c5e521c0eaf74f6daad33af0 WHIRLPOOL 1508cda0139417a475abf0e14976ee18e526b6fd063f6482049a3c0aa9b6e51a61063f6191cf6ecd8dbee9d59da37664fadefaa727f9ef365afc0825a3b8b23b | ||
DIST xfce4-terminal-0.8.0.tar.bz2 868612 SHA256 e915c05a3d07b66d153e1ba8614f904f9c12b2dd8372b27d24c0d339743d5b0a SHA512 88083293a557c28289a0a21b3e52d25c769f9f3a09a0126d0913ab77c299b01bc6c58b685debf956b230344794f3664d6b824db91ea2375e1484801c9c353794 WHIRLPOOL 30121af280bf4dd40445c576fcca2b0bed2d9b47a86d5e33052e42d8bfc9fdc4392ca3c306e017feb690b3acf61c8eea5fc26b92be94cf6789507c814f439c74 |
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,34 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
inherit xfconf | ||
|
||
DESCRIPTION="A terminal emulator for the Xfce desktop environment" | ||
HOMEPAGE="http://www.xfce.org/projects/terminal/" | ||
SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris" | ||
IUSE="debug" | ||
|
||
RDEPEND=">=dev-libs/glib-2.26:2= | ||
>=x11-libs/gtk+-3.14:3= | ||
x11-libs/libX11:= | ||
>=x11-libs/vte-0.38:2.91= | ||
>=xfce-base/libxfce4ui-4.10:=[gtk3(+)]" | ||
DEPEND="${RDEPEND} | ||
dev-libs/libxml2 | ||
dev-util/intltool | ||
sys-devel/gettext | ||
virtual/pkgconfig" | ||
|
||
pkg_setup() { | ||
XFCONF=( | ||
$(xfconf_use_debug) | ||
) | ||
|
||
DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS ) | ||
} |