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-misc/xpad: Version bump (bug #565528 by Jonas Stein).
Package-Manager: portage-2.2.24
- Loading branch information
Jeroen Roovers
committed
Nov 12, 2015
1 parent
6f5db7e
commit 6059d20
Showing
3 changed files
with
38 additions
and
14 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 xpad-4.2.tar.bz2 244275 SHA256 d51b0e5f813a790ca55c3a0390650cbe1c567407e0f224b8b23c6f49403ea813 SHA512 4d619c9198198f4380d37b29243b76069c0e036fd30d7c6e2aa9105e8b7b1e0520c0c35fbf71f6cbd58be4a8799ddb04602694971cb46f70789b732eaa4d59b7 WHIRLPOOL 69166df7b1dd9be00115a13e2b9dcdb17a2bc7926e285cf2a9aee1ade9e1bb0d3fd19fc98e4c131510aa4f66332394676fb083019e3c02a8a399b76919e499d5 | ||
DIST xpad-4.5.0.tar.bz2 1907957 SHA256 f870cefc92593febf266bb0f90ceb0feeb4af7eb1033625fca50933701a7b9e8 SHA512 b12f35dc2f7b05a233d293cd837f0cd549c00e1ae6f7b4b9eeb48347b4605dc66d9c261fd3475f25189bef1d46917c8281ec088e2d441a182a9a8c356d75ac87 WHIRLPOOL 1c2bf4041560c66c118fb1dbd5077b8d70ba628ad3e149915b25709d6325c10f3820fab46fe1a6c18d7b74e3a706aece80f1242be5c54a19167a7de74d365cde |
This file was deleted.
Oops, something went wrong.
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,37 @@ | ||
# Copyright 1999-2014 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
inherit versionator | ||
|
||
XPAD_MAJOR_MINOR=$(get_version_component_range 1-2) | ||
|
||
DESCRIPTION="a sticky note application for jotting down things to remember" | ||
HOMEPAGE="http://mterry.name/xpad" | ||
SRC_URI="https://launchpad.net/${PN}/trunk/${XPAD_MAJOR_MINOR}/+download/${P}.tar.bz2" | ||
|
||
LICENSE="GPL-3" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" | ||
|
||
RDEPEND=" | ||
>=dev-libs/glib-2.40:2 | ||
app-accessibility/at-spi2-atk | ||
dev-libs/atk | ||
sys-devel/gettext | ||
x11-libs/gdk-pixbuf | ||
x11-libs/gtk+:3 | ||
x11-libs/gtksourceview:3.0 | ||
x11-libs/libICE | ||
x11-libs/libSM | ||
x11-libs/pango | ||
" | ||
DEPEND=" | ||
${RDEPEND} | ||
>=dev-util/intltool-0.31 | ||
sys-devel/gettext | ||
virtual/pkgconfig | ||
" | ||
|
||
DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) |