summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngolf Wagner <contact@ingolf-wagner.de>2017-08-29 23:52:05 +0200
committerDavid Seifert <soap@gentoo.org>2017-08-30 08:22:37 +0200
commita4472a3914f5dc2ceb8db53869dff4f02bc12a10 (patch)
tree9e09a5bf169e2d518466ef10d5f7c66654ebda6b /x11-misc
parentnet-analyzer/wireshark: Old. (diff)
downloadgentoo-a4472a3914f5dc2ceb8db53869dff4f02bc12a10.tar.gz
gentoo-a4472a3914f5dc2ceb8db53869dff4f02bc12a10.tar.bz2
gentoo-a4472a3914f5dc2ceb8db53869dff4f02bc12a10.zip
x11-misc/slop: bump version to 6.3.46
Closes: https://github.com/gentoo/gentoo/pull/4950
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/slop/Manifest1
-rw-r--r--x11-misc/slop/slop-6.3.46.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/x11-misc/slop/Manifest b/x11-misc/slop/Manifest
index e002bc62316e..d1b88225cfb7 100644
--- a/x11-misc/slop/Manifest
+++ b/x11-misc/slop/Manifest
@@ -1 +1,2 @@
DIST slop-4.3.21.tar.gz 488238 SHA256 352eb367a8d11686adb182c7dbddf65d55b0ee4d5a2257a07486d5728722177c SHA512 4489a108883b785eb5dda368a06ea0b7c61e3afeefdeb421f211e01e3cb7eb20836200197abc755be653f086fcd3b8647a460dacf15062fe2cd44438b4f54b68 WHIRLPOOL 651d5c736fd4a8431fd9967280181c8512a4948c9534d73cc8c035cf9a925dffc22e966ffed79421ec2e1fae1c6008af4e6cac7413a8efe45a8f5f2e8f6113e2
+DIST slop-6.3.46.tar.gz 89391 SHA256 228ef2bf5d4824af5c22c87ce040080f0ce7385d0538bf2641dcd6ce70486e1a SHA512 9f44bbb8e14e71a17858711d8da902cb9cf5dc65ed47284be15122f2d1793544deab7f0700517bd07e44613662bfbc7f0991f3d36dcf74af6f90de5fbbd79558 WHIRLPOOL 72bdefd6657df687ea5af038f9635c3a1033fcf67d316b1983a55ce86e067f21733a8c2a752281ce59e15ada562ce001eded09dcb87e8ec989cc2325fdb904c4
diff --git a/x11-misc/slop/slop-6.3.46.ebuild b/x11-misc/slop/slop-6.3.46.ebuild
new file mode 100644
index 000000000000..d8334f019a4a
--- /dev/null
+++ b/x11-misc/slop/slop-6.3.46.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="An application that queries the user for a selection for printing"
+HOMEPAGE="https://github.com/naelstrof/slop"
+SRC_URI="https://github.com/naelstrof/slop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-libs/icu
+ virtual/opengl
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXrender
+"
+DEPEND="
+ ${RDEPEND}
+ media-libs/glm
+"