summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2018-04-01 21:50:56 +0300
committerbionel <ionel.busuioc@gmail.com>2018-04-01 21:50:56 +0300
commit2dd5438af10905de0273ba955bf8829fa205a3b8 (patch)
tree565d1501c0864496ddbb5ecc1de2d6438fe1c01e
parentbc74dc813e6be939a22f863f9c13477e45a25ce2 (diff)
add latest qlipper, gentoo is stuck two years behind ..
-rw-r--r--x11-misc/qlipper/Manifest2
-rw-r--r--x11-misc/qlipper/qlipper-5.1.1.ebuild38
2 files changed, 40 insertions, 0 deletions
diff --git a/x11-misc/qlipper/Manifest b/x11-misc/qlipper/Manifest
new file mode 100644
index 00000000..64d819e6
--- /dev/null
+++ b/x11-misc/qlipper/Manifest
@@ -0,0 +1,2 @@
+DIST qlipper-5.1.1.tar.gz 101397 BLAKE2B 3941a5715424ed0d0b66854a27fa88514d613b460c1fbb64d31b0b5a59abe3bde421df6a2297239fb00c59b4a8c053d240ff283c229d251fc5776de4ad152de8 SHA512 196e3a348028d4b0f52362a1c0cfb0c479a31b6b56af5c5423db91af2ecc926eee1c9da385171b2084e1a7b6e919d94d1c1626fa128636b4075a00bbc5351586
+EBUILD qlipper-5.1.1.ebuild 730 BLAKE2B 0fc20f1ef4861d1987b75043f98c551f524fc87a73edb3e063c66e55da830a2128e80394940d8c27d16cb5fc998efd776a8954396ba5b9508d5172734af1e608 SHA512 0052e4d16eae24b87977884002545ff5dc23378eb11cd2d6c044d6379c49314c848ba34413d222c1df614a3760586c4784287f8dc246194180f3e0064c812394
diff --git a/x11-misc/qlipper/qlipper-5.1.1.ebuild b/x11-misc/qlipper/qlipper-5.1.1.ebuild
new file mode 100644
index 00000000..0fa83298
--- /dev/null
+++ b/x11-misc/qlipper/qlipper-5.1.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Lightweight and cross-platform clipboard history applet"
+HOMEPAGE="https://github.com/pvanek/qlipper"
+SRC_URI="https://github.com/pvanek/qlipper/archive/5.1.1.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+# bundles x11-libs/libqxt but no qt5 system version is available yet
+RDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ x11-libs/libX11
+"
+DEPEND="${RDEPEND}
+ dev-qt/linguist-tools:5
+"
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}