summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-08-25 13:18:54 +0200
committerJeroen Roovers <jer@gentoo.org>2018-08-25 13:18:54 +0200
commit48110a2ee20427f0e48362adb05f8e6da5b51c72 (patch)
tree4b7cc7a849250b76e92c19bda6e0f26d0b098a65 /x11-misc/xpad
parentdev-libs/injeqt: Drop old (diff)
downloadgentoo-48110a2ee20427f0e48362adb05f8e6da5b51c72.tar.gz
gentoo-48110a2ee20427f0e48362adb05f8e6da5b51c72.tar.bz2
gentoo-48110a2ee20427f0e48362adb05f8e6da5b51c72.zip
x11-misc/xpad: Version 5.1.0.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r--x11-misc/xpad/Manifest1
-rw-r--r--x11-misc/xpad/xpad-5.1.0.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/x11-misc/xpad/Manifest b/x11-misc/xpad/Manifest
index 566ef91079bf..4552999d4797 100644
--- a/x11-misc/xpad/Manifest
+++ b/x11-misc/xpad/Manifest
@@ -1,3 +1,4 @@
DIST xpad-4.2.tar.bz2 244275 BLAKE2B e7552d4788c8182f696010faa1600c783999bd8b8d87e421f85ec9cc8e36a89b112e4f30d0d2205ba1f12915dc88d2aea98890aef8ab9ac0a6290b7d14837597 SHA512 4d619c9198198f4380d37b29243b76069c0e036fd30d7c6e2aa9105e8b7b1e0520c0c35fbf71f6cbd58be4a8799ddb04602694971cb46f70789b732eaa4d59b7
DIST xpad-4.9.0.tar.bz2 149978 BLAKE2B cd5c36152eb15f8947d3d79d9ef0e299ab6d952a35de0ee2dab24a009d253374ce683ca6c4246d734ae3dfc330847f929527dd386a6dc5fd3969da7a42d5a8cb SHA512 bd30332ddd2689c538ed5074e95cb02546afc8ce954d0ca3cb6ada101e19a1db0d636165f9cb4536f3d9ce123c51695041a5dbc7ba0396daa14d4580ee53af63
DIST xpad-5.0.0.tar.bz2 150887 BLAKE2B df46d24388f73605253d7cfa0c8e3c7d802c876e0ef72946dbea888546c3a21b320e256ae203c0d20b70b93d55b63fc9e6549d0b537fef292ff0995980e91c3b SHA512 c014c553c961a6cf11529849ae9fd11738644b939cd0738a0a076c3eb1be2fd46afa0dfb9933e5f6433cb043a4a19e82476a9e6c5533d7e675ed1d3c7965865e
+DIST xpad-5.1.0.tar.bz2 152853 BLAKE2B f0ccfee8649d59554c7e7f903cba067f40bde76855545283e254b114a9439d514111e2829b002c7d27fd4c97f6d21533b89d1cadd7c494d0639be5d1bd9d0267 SHA512 9999ccc14a3086cbe720f1ce0edfcb0c3840c5253c04aa64652988ce3b15230cca2c181f446239ef4bce3d4058d35e52aa69f2a115e0615cd670221bdde0bce4
diff --git a/x11-misc/xpad/xpad-5.1.0.ebuild b/x11-misc/xpad/xpad-5.1.0.ebuild
new file mode 100644
index 000000000000..5d3ed022bf60
--- /dev/null
+++ b/x11-misc/xpad/xpad-5.1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="a sticky note application for jotting down things to remember"
+HOMEPAGE="https://launchpad.net/xpad"
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd"
+
+RDEPEND="
+ >=dev-libs/glib-2.56:2
+ app-accessibility/at-spi2-atk
+ dev-libs/atk
+ sys-devel/gettext
+ x11-libs/gdk-pixbuf
+ x11-libs/gtk+:3[X]
+ 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
+"
+
+src_prepare() {
+ default
+
+ eautoreconf
+}