[gentoo-commits] repo/gentoo:master commit in: x11-misc/qlipper/

2022-07-27 Thread Andreas Sturmlechner
commit: aac788791b51364e523cd67874147615f5de0133
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 25 18:43:55 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 27 08:43:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac78879

x11-misc/qlipper: Move dev-qt/linguist-tools:5 to BDEPEND, EAPI-8

Bug: https://bugs.gentoo.org/544938
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/qlipper/qlipper-5.1.2.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/x11-misc/qlipper/qlipper-5.1.2.ebuild 
b/x11-misc/qlipper/qlipper-5.1.2.ebuild
index 746b675f1bdd..c8baf97ee0dc 100644
--- a/x11-misc/qlipper/qlipper-5.1.2.ebuild
+++ b/x11-misc/qlipper/qlipper-5.1.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake xdg-utils
 
@@ -14,16 +14,15 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-# bundles x11-libs/libqxt but no qt5 system version is available yet
+# TODO: still accurate? 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
-"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
 
 pkg_postinst() {
xdg_icon_cache_update



[gentoo-commits] repo/gentoo:master commit in: x11-misc/qlipper/files/, x11-misc/qlipper/

2021-02-14 Thread Andreas Sturmlechner
commit: 7b36c103944def7f1d26083a9bb36377e7421c9a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 14 18:11:21 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 14 19:04:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b36c103

x11-misc/qlipper: Drop 5.0.0

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/qlipper/Manifest|  1 -
 x11-misc/qlipper/files/qlipper-5.0.0-build.patch | 54 
 x11-misc/qlipper/qlipper-5.0.0.ebuild| 40 --
 3 files changed, 95 deletions(-)

diff --git a/x11-misc/qlipper/Manifest b/x11-misc/qlipper/Manifest
index b79245def69..1b92b1d7fd0 100644
--- a/x11-misc/qlipper/Manifest
+++ b/x11-misc/qlipper/Manifest
@@ -1,2 +1 @@
-DIST qlipper-5.0.0.tar.gz 94281 BLAKE2B 
04834165a70d71fad2ee945c0b8389ffefef110554d234e0b1f25f02f7b33a0c8cf809cafd7f7a74a2845f949d35a6ad8045d23981efdd9e6c091c5e61ac9367
 SHA512 
d2bd834f33531a175201244bdd6e9436da16c6f77e1fdc79616c8c3faef531ae50d4cc3b072074fd5efa494cc7be30ffe617912cf54494a66a72420095b0c642
 DIST qlipper-5.1.2.tar.gz 104652 BLAKE2B 
841b984d4720dfe7d69424a79beee8d84f5d66109ac1afb75c39cf16ff27da309d929f91eabe43a547d4d010809f31d59adb321c9f9f0ae19fb580cff0a2
 SHA512 
1ad49424855abf5f446026856178291b6ed8c1152338013f2228bbe5a923bc2e989754fe41e8b03f069f815c3850073eb1063842b5f40462005693a9029b187b

diff --git a/x11-misc/qlipper/files/qlipper-5.0.0-build.patch 
b/x11-misc/qlipper/files/qlipper-5.0.0-build.patch
deleted file mode 100644
index 20f6b35c56a..000
--- a/x11-misc/qlipper/files/qlipper-5.0.0-build.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From b3cb6a08c82deacb905459b66f16eda35f0c3779 Mon Sep 17 00:00:00 2001
-From: Michael Palimaka 
-Date: Wed, 9 Nov 2016 21:42:08 +1100
-Subject: [PATCH] Fix build with ENABLE_NETWORK_CLIPBOARD_SHARING enabled.
-
-qlippernetwork.cpp expects network-related variables to be available if
-ENABLE_NETWORK_CLIPBOARD_SHARING is defined, but qlippernetwork.h defined those
-variables if ENABLE_NETWORK_CLIPBOARD_SHARING was *un*defined.
-
-This also adds a missing include that is no longer available transitively via
-QtNetwork/QUdpSocket.

- src/qlippernetwork.h | 4 ++--
- src/qlippertypes.h   | 2 +-
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/qlippernetwork.h b/src/qlippernetwork.h
-index 9163cf8..ce1ac9a 100644
 a/src/qlippernetwork.h
-+++ b/src/qlippernetwork.h
-@@ -21,7 +21,7 @@ with this program; if not, write to the Free Software 
Foundation, Inc.,
- #define QLIPPERNETWORK_H
- 
- #include 
--#ifndef ENABLE_NETWORK_CLIPBOARD_SHARING
-+#ifdef ENABLE_NETWORK_CLIPBOARD_SHARING
- #include 
- #endif
- #include "qlippertypes.h"
-@@ -38,7 +38,7 @@ public slots:
- void sendData(const ClipboardContent );
- 
- private:
--#ifndef ENABLE_NETWORK_CLIPBOARD_SHARING
-+#ifdef ENABLE_NETWORK_CLIPBOARD_SHARING
- QUdpSocket *m_socket;
- QString m_id;
- #endif
-diff --git a/src/qlippertypes.h b/src/qlippertypes.h
-index b55f0e1..c97c311 100644
 a/src/qlippertypes.h
-+++ b/src/qlippertypes.h
-@@ -2,7 +2,7 @@
- #define QLIPPERTYPES_H
- 
- #include 
--
-+#include 
- 
- typedef QHash ClipboardContent;
- typedef QHashIterator ClipboardContentIterator;
--- 
-2.7.3
-

diff --git a/x11-misc/qlipper/qlipper-5.0.0.ebuild 
b/x11-misc/qlipper/qlipper-5.0.0.ebuild
deleted file mode 100644
index ac11c2bd92c..000
--- a/x11-misc/qlipper/qlipper-5.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.0.0.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
-"
-
-PATCHES=( "${FILESDIR}/${P}-build.patch" )
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/qlipper/

2020-06-04 Thread Agostino Sarubbo
commit: 0a9e383375804da1463255701b9f6af071a15644
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun  4 06:33:59 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun  4 06:35:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9e3833

x11-misc/qlipper: x86 stable wrt bug #702388

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/qlipper/qlipper-5.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/qlipper/qlipper-5.1.2.ebuild 
b/x11-misc/qlipper/qlipper-5.1.2.ebuild
index df5f55a1362..746b675f1bd 100644
--- a/x11-misc/qlipper/qlipper-5.1.2.ebuild
+++ b/x11-misc/qlipper/qlipper-5.1.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/pvanek/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 # bundles x11-libs/libqxt but no qt5 system version is available yet



[gentoo-commits] repo/gentoo:master commit in: x11-misc/qlipper/

2020-05-29 Thread Agostino Sarubbo
commit: 81100dce193164f950089bc3146bcf45620f0d13
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 29 07:38:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 29 07:38:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81100dce

x11-misc/qlipper: amd64 stable wrt bug #702388

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/qlipper/qlipper-5.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/qlipper/qlipper-5.1.2.ebuild 
b/x11-misc/qlipper/qlipper-5.1.2.ebuild
index d4b0e226ba3..df5f55a1362 100644
--- a/x11-misc/qlipper/qlipper-5.1.2.ebuild
+++ b/x11-misc/qlipper/qlipper-5.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/pvanek/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 # bundles x11-libs/libqxt but no qt5 system version is available yet



[gentoo-commits] repo/gentoo:master commit in: x11-misc/qlipper/

2019-03-31 Thread Michael Palimaka
commit: 615ee019188a1ce4f2605eadd61383b48be59ae2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Mar 31 11:08:31 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Mar 31 11:08:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615ee019

x11-misc/qlipper: version bump 5.1.2

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka  gentoo.org>

 x11-misc/qlipper/Manifest |  1 +
 x11-misc/qlipper/qlipper-5.1.2.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/x11-misc/qlipper/Manifest b/x11-misc/qlipper/Manifest
index af29bab6dc0..b79245def69 100644
--- a/x11-misc/qlipper/Manifest
+++ b/x11-misc/qlipper/Manifest
@@ -1 +1,2 @@
 DIST qlipper-5.0.0.tar.gz 94281 BLAKE2B 
04834165a70d71fad2ee945c0b8389ffefef110554d234e0b1f25f02f7b33a0c8cf809cafd7f7a74a2845f949d35a6ad8045d23981efdd9e6c091c5e61ac9367
 SHA512 
d2bd834f33531a175201244bdd6e9436da16c6f77e1fdc79616c8c3faef531ae50d4cc3b072074fd5efa494cc7be30ffe617912cf54494a66a72420095b0c642
+DIST qlipper-5.1.2.tar.gz 104652 BLAKE2B 
841b984d4720dfe7d69424a79beee8d84f5d66109ac1afb75c39cf16ff27da309d929f91eabe43a547d4d010809f31d59adb321c9f9f0ae19fb580cff0a2
 SHA512 
1ad49424855abf5f446026856178291b6ed8c1152338013f2228bbe5a923bc2e989754fe41e8b03f069f815c3850073eb1063842b5f40462005693a9029b187b

diff --git a/x11-misc/qlipper/qlipper-5.1.2.ebuild 
b/x11-misc/qlipper/qlipper-5.1.2.ebuild
new file mode 100644
index 000..412e6dbec0e
--- /dev/null
+++ b/x11-misc/qlipper/qlipper-5.1.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils xdg-utils
+
+DESCRIPTION="Lightweight and cross-platform clipboard history applet"
+HOMEPAGE="https://github.com/pvanek/qlipper;
+SRC_URI="https://github.com/pvanek/${PN}/archive/${PV}.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_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/qlipper/

2017-04-26 Thread Agostino Sarubbo
commit: a8da11fae1c5a4c238854ae6e3f861c2a4b33f70
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Apr 26 07:39:35 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Apr 26 07:39:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8da11fa

x11-misc/qlipper: amd64 stable wrt bug #616576

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/qlipper/qlipper-5.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/qlipper/qlipper-5.0.0.ebuild 
b/x11-misc/qlipper/qlipper-5.0.0.ebuild
index 700f033f475..1b19bdd85dc 100644
--- a/x11-misc/qlipper/qlipper-5.0.0.ebuild
+++ b/x11-misc/qlipper/qlipper-5.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/pvanek/qlipper/archive/5.0.0.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 # bundles x11-libs/libqxt but no qt5 system version is available yet



[gentoo-commits] repo/gentoo:master commit in: x11-misc/qlipper/, x11-misc/qlipper/files/

2016-11-24 Thread Michael Palimaka
commit: ad79c0f7e68a9c0cb25ffd49229b16e94a0ab7b7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Nov 24 11:55:59 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Nov 24 11:56:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad79c0f7

x11-misc/qlipper: remove 2.0.2

Package-Manager: portage-2.3.2

 x11-misc/qlipper/Manifest  |  1 -
 .../files/qlipper-2.0.2-system-includes.patch  | 18 -
 x11-misc/qlipper/qlipper-2.0.2.ebuild  | 43 --
 3 files changed, 62 deletions(-)

diff --git a/x11-misc/qlipper/Manifest b/x11-misc/qlipper/Manifest
index 5c8cb01..6f736ff 100644
--- a/x11-misc/qlipper/Manifest
+++ b/x11-misc/qlipper/Manifest
@@ -1,2 +1 @@
-DIST qlipper-2.0.2.tar.bz2 83544 SHA256 
bd5463183966c6fee464b256b21f6e8397cd05faa20bd12719f7369a72c73958 SHA512 
ac402f5d5fe77213192a59b0f52e780bf98f211868f88552a3bbcb400269714da42a5b13222a48aa0b8906c77100c8f5bf058dc159550e0d4a5575dc2917b268
 WHIRLPOOL 
87341e7172e3b5700a27e071d98fcf287b6cf795e99082707b73eaf4c4cc27e0da3c9e338d938b4a805f295e1163d51365a9f0373679787609ce986f536c91d7
 DIST qlipper-5.0.0.tar.gz 94281 SHA256 
50a0876335ff19d804b42f1550c68272c707c1259c66a548c4192ab65f20dc77 SHA512 
d2bd834f33531a175201244bdd6e9436da16c6f77e1fdc79616c8c3faef531ae50d4cc3b072074fd5efa494cc7be30ffe617912cf54494a66a72420095b0c642
 WHIRLPOOL 
ca6e9542e14b4ec15e7e15d9b2bb88fee0b34913010e6c058ab122a01f3a8e1532764137f6ba42c2ebd72361ff5653983737f84cbb8a9f8b37b5400ee8da4c22

diff --git a/x11-misc/qlipper/files/qlipper-2.0.2-system-includes.patch 
b/x11-misc/qlipper/files/qlipper-2.0.2-system-includes.patch
deleted file mode 100644
index 1f47832..
--- a/x11-misc/qlipper/files/qlipper-2.0.2-system-includes.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a036f9b..92a471a 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -187,9 +187,13 @@ include_directories (
- )
- if (NOT QTSINGLEAPPLICATION_FOUND)
- include_directories(${CMAKE_CURRENT_SOURCE_DIR}/qtsingleapplication)
-+else ()
-+include_directories(${QTSINGLEAPPLICATION_INCLUDE_DIR})
- endif (NOT QTSINGLEAPPLICATION_FOUND)
- if (NOT QXT_FOUND)
- include_directories(${CMAKE_CURRENT_SOURCE_DIR}/qxt)
-+else ()
-+include_directories(${QXT_INCLUDE_PATH})
- endif (NOT QXT_FOUND)
- 
- 

diff --git a/x11-misc/qlipper/qlipper-2.0.2.ebuild 
b/x11-misc/qlipper/qlipper-2.0.2.ebuild
deleted file mode 100644
index a42fd8c..
--- a/x11-misc/qlipper/qlipper-2.0.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PLOCALES="cs sr"
-
-inherit cmake-utils l10n
-
-DESCRIPTION="Lightweight and cross-platform clipboard history applet"
-HOMEPAGE="https://github.com/pvanek/qlipper;
-SRC_URI="https://qlipper.googlecode.com/files/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   dev-qt/qtsingleapplication[qt4(+),X]
-   x11-libs/libqxt
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-system-includes.patch"
-)
-
-src_prepare() {
-   cmake-utils_src_prepare
-   l10n_for_each_disabled_locale_do rm_ts
-}
-
-src_configure() {
-   cmake-utils_src_configure INSTALL_PREFIX="${EPREFIX}"/usr
-}
-
-rm_ts() {
-   rm -f "${S}"/ts/${PN}.${1}.ts
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/qlipper/files/, x11-misc/qlipper/

2016-11-17 Thread Michael Palimaka
commit: d6f48839ef09fb0656512d323681705465d676c0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Nov 17 15:05:15 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Nov 17 15:05:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f48839

x11-misc/qlipper: add patch to resolve build failure

Gentoo-bug: 599164

Package-Manager: portage-2.3.2

 x11-misc/qlipper/files/qlipper-5.0.0-build.patch | 54 
 x11-misc/qlipper/qlipper-5.0.0.ebuild|  2 +
 2 files changed, 56 insertions(+)

diff --git a/x11-misc/qlipper/files/qlipper-5.0.0-build.patch 
b/x11-misc/qlipper/files/qlipper-5.0.0-build.patch
new file mode 100644
index ..20f6b35
--- /dev/null
+++ b/x11-misc/qlipper/files/qlipper-5.0.0-build.patch
@@ -0,0 +1,54 @@
+From b3cb6a08c82deacb905459b66f16eda35f0c3779 Mon Sep 17 00:00:00 2001
+From: Michael Palimaka 
+Date: Wed, 9 Nov 2016 21:42:08 +1100
+Subject: [PATCH] Fix build with ENABLE_NETWORK_CLIPBOARD_SHARING enabled.
+
+qlippernetwork.cpp expects network-related variables to be available if
+ENABLE_NETWORK_CLIPBOARD_SHARING is defined, but qlippernetwork.h defined those
+variables if ENABLE_NETWORK_CLIPBOARD_SHARING was *un*defined.
+
+This also adds a missing include that is no longer available transitively via
+QtNetwork/QUdpSocket.
+---
+ src/qlippernetwork.h | 4 ++--
+ src/qlippertypes.h   | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/qlippernetwork.h b/src/qlippernetwork.h
+index 9163cf8..ce1ac9a 100644
+--- a/src/qlippernetwork.h
 b/src/qlippernetwork.h
+@@ -21,7 +21,7 @@ with this program; if not, write to the Free Software 
Foundation, Inc.,
+ #define QLIPPERNETWORK_H
+ 
+ #include 
+-#ifndef ENABLE_NETWORK_CLIPBOARD_SHARING
++#ifdef ENABLE_NETWORK_CLIPBOARD_SHARING
+ #include 
+ #endif
+ #include "qlippertypes.h"
+@@ -38,7 +38,7 @@ public slots:
+ void sendData(const ClipboardContent );
+ 
+ private:
+-#ifndef ENABLE_NETWORK_CLIPBOARD_SHARING
++#ifdef ENABLE_NETWORK_CLIPBOARD_SHARING
+ QUdpSocket *m_socket;
+ QString m_id;
+ #endif
+diff --git a/src/qlippertypes.h b/src/qlippertypes.h
+index b55f0e1..c97c311 100644
+--- a/src/qlippertypes.h
 b/src/qlippertypes.h
+@@ -2,7 +2,7 @@
+ #define QLIPPERTYPES_H
+ 
+ #include 
+-
++#include 
+ 
+ typedef QHash ClipboardContent;
+ typedef QHashIterator ClipboardContentIterator;
+-- 
+2.7.3
+

diff --git a/x11-misc/qlipper/qlipper-5.0.0.ebuild 
b/x11-misc/qlipper/qlipper-5.0.0.ebuild
index 8b231bb..542f3b5 100644
--- a/x11-misc/qlipper/qlipper-5.0.0.ebuild
+++ b/x11-misc/qlipper/qlipper-5.0.0.ebuild
@@ -26,6 +26,8 @@ DEPEND="${RDEPEND}
dev-qt/linguist-tools:5
 "
 
+PATCHES=( "${FILESDIR}/${P}-build.patch" )
+
 pkg_preinst() {
gnome2_icon_savelist
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/qlipper/

2016-11-02 Thread Michael Palimaka
commit: 1dfeb6fcf2918251fb3eb66da2a21c55ab3ecd1d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Nov  2 20:22:21 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Nov  2 20:23:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfeb6fc

x11-misc/qlipper: version bump

Gentoo-bug: 598804

Package-Manager: portage-2.3.2

 x11-misc/qlipper/Manifest |  1 +
 x11-misc/qlipper/qlipper-5.0.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/x11-misc/qlipper/Manifest b/x11-misc/qlipper/Manifest
index 68f65ed..5c8cb01 100644
--- a/x11-misc/qlipper/Manifest
+++ b/x11-misc/qlipper/Manifest
@@ -1 +1,2 @@
 DIST qlipper-2.0.2.tar.bz2 83544 SHA256 
bd5463183966c6fee464b256b21f6e8397cd05faa20bd12719f7369a72c73958 SHA512 
ac402f5d5fe77213192a59b0f52e780bf98f211868f88552a3bbcb400269714da42a5b13222a48aa0b8906c77100c8f5bf058dc159550e0d4a5575dc2917b268
 WHIRLPOOL 
87341e7172e3b5700a27e071d98fcf287b6cf795e99082707b73eaf4c4cc27e0da3c9e338d938b4a805f295e1163d51365a9f0373679787609ce986f536c91d7
+DIST qlipper-5.0.0.tar.gz 94281 SHA256 
50a0876335ff19d804b42f1550c68272c707c1259c66a548c4192ab65f20dc77 SHA512 
d2bd834f33531a175201244bdd6e9436da16c6f77e1fdc79616c8c3faef531ae50d4cc3b072074fd5efa494cc7be30ffe617912cf54494a66a72420095b0c642
 WHIRLPOOL 
ca6e9542e14b4ec15e7e15d9b2bb88fee0b34913010e6c058ab122a01f3a8e1532764137f6ba42c2ebd72361ff5653983737f84cbb8a9f8b37b5400ee8da4c22

diff --git a/x11-misc/qlipper/qlipper-5.0.0.ebuild 
b/x11-misc/qlipper/qlipper-5.0.0.ebuild
new file mode 100644
index ..8b231bb
--- /dev/null
+++ b/x11-misc/qlipper/qlipper-5.0.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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.0.0.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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/qlipper/

2015-09-01 Thread Tobias Klausmann
commit: d8757547488a766651369dfdf3b34614b638a547
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Sep  1 20:09:28 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Sep  1 20:09:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8757547

x11-misc/qlipper: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 x11-misc/qlipper/qlipper-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/qlipper/qlipper-2.0.2.ebuild 
b/x11-misc/qlipper/qlipper-2.0.2.ebuild
index 5d5c8a3..a42fd8c 100644
--- a/x11-misc/qlipper/qlipper-2.0.2.ebuild
+++ b/x11-misc/qlipper/qlipper-2.0.2.ebuild
@@ -9,7 +9,7 @@ PLOCALES="cs sr"
 inherit cmake-utils l10n
 
 DESCRIPTION="Lightweight and cross-platform clipboard history applet"
-HOMEPAGE="https://code.google.com/p/qlipper/;
+HOMEPAGE="https://github.com/pvanek/qlipper;
 SRC_URI="https://qlipper.googlecode.com/files/${P}.tar.bz2;
 
 LICENSE="GPL-2"