* [gentoo-commits] repo/gentoo:master commit in: x11-misc/parcellite/
@ 2018-08-05 11:23 Sergei Trofimovich
0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2018-08-05 11:23 UTC (permalink / raw
To: gentoo-commits
commit: 5a86282e9424d0261efb52c61b57685464a08643
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 5 11:23:41 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug 5 11:23:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a86282e
x11-misc/parcellite: keyworded 1.2.1 for ppc, bug #657070
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.44, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"
x11-misc/parcellite/parcellite-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/parcellite/parcellite-1.2.1.ebuild b/x11-misc/parcellite/parcellite-1.2.1.ebuild
index e70e339d09f..b89ab441c54 100644
--- a/x11-misc/parcellite/parcellite-1.2.1.ebuild
+++ b/x11-misc/parcellite/parcellite-1.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="nls"
RDEPEND=">=dev-libs/glib-2.14
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/parcellite/
@ 2023-07-04 22:15 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2023-07-04 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 31d882e0229b2ea8558861680f7fb5e3e41650f7
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jul 4 21:02:48 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jul 4 22:15:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d882e0
x11-misc/parcellite: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
x11-misc/parcellite/parcellite-1.2.1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/x11-misc/parcellite/parcellite-1.2.1.ebuild b/x11-misc/parcellite/parcellite-1.2.1.ebuild
index d9bab58ad41d..76814799fc7f 100644
--- a/x11-misc/parcellite/parcellite-1.2.1.ebuild
+++ b/x11-misc/parcellite/parcellite-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,12 +7,12 @@ inherit autotools xdg
MY_P=${PN}-${PV/_}
-DESCRIPTION="A lightweight GTK+ based clipboard manager"
-HOMEPAGE="http://parcellite.sourceforge.net/"
+DESCRIPTION="Lightweight GTK+ based clipboard manager"
+HOMEPAGE="https://parcellite.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE="nls"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/parcellite/
@ 2018-04-20 19:48 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2018-04-20 19:48 UTC (permalink / raw
To: gentoo-commits
commit: bbe5b88e3334e3251cc8112042046e545782ed6d
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sun Apr 8 10:12:42 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 19:47:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe5b88e
x11-misc/parcellite: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
x11-misc/parcellite/parcellite-1.2.1.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/x11-misc/parcellite/parcellite-1.2.1.ebuild b/x11-misc/parcellite/parcellite-1.2.1.ebuild
index 171eae3726a..e70e339d09f 100644
--- a/x11-misc/parcellite/parcellite-1.2.1.ebuild
+++ b/x11-misc/parcellite/parcellite-1.2.1.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools eutils fdo-mime
+
+inherit autotools eutils xdg-utils
MY_P=${PN}-${PV/_}
@@ -42,9 +43,9 @@ src_configure() {
}
pkg_postinst() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
pkg_postrm() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/parcellite/
@ 2018-01-06 18:58 Robin H. Johnson
0 siblings, 0 replies; 5+ messages in thread
From: Robin H. Johnson @ 2018-01-06 18:58 UTC (permalink / raw
To: gentoo-commits
commit: 827ebe294e3256376f69985d183c25d61e29eaa2
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 4 23:28:31 2018 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 18:56:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827ebe29
x11-misc/parcellite: missing RDEPEND
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
Package-Manager: Portage-2.3.16, Repoman-2.3.6
x11-misc/parcellite/parcellite-1.2.1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/x11-misc/parcellite/parcellite-1.2.1.ebuild b/x11-misc/parcellite/parcellite-1.2.1.ebuild
index 8a87092b901..171eae3726a 100644
--- a/x11-misc/parcellite/parcellite-1.2.1.ebuild
+++ b/x11-misc/parcellite/parcellite-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,7 +16,8 @@ KEYWORDS="amd64 x86"
IUSE="nls"
RDEPEND=">=dev-libs/glib-2.14
- >=x11-libs/gtk+-2.10:2"
+ >=x11-libs/gtk+-2.10:2
+ x11-misc/xdotool"
DEPEND="${RDEPEND}
virtual/pkgconfig
nls? (
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/parcellite/
@ 2017-01-29 11:15 Michael Weber
0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber @ 2017-01-29 11:15 UTC (permalink / raw
To: gentoo-commits
commit: 6b8727088a6c89ef7f5deb56f3fdbd927e364490
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 11:14:56 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 11:14:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b872708
x11-misc/parcellite: Version bump (bug 607550, thanks Arnaud Vallette d'Osia).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-misc/parcellite/Manifest | 1 +
x11-misc/parcellite/parcellite-1.2.1.ebuild | 50 +++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/x11-misc/parcellite/Manifest b/x11-misc/parcellite/Manifest
index bf98770..4bd398b 100644
--- a/x11-misc/parcellite/Manifest
+++ b/x11-misc/parcellite/Manifest
@@ -1 +1,2 @@
DIST parcellite-1.1.9.tar.gz 720177 SHA256 cba89585082eebbe848ac1c0023cc71a0184c0db24ebc5f8a21039e46d7f11d4 SHA512 24721dbd4f049f65a40f4e4c6914344062d49dfb50e3cf6496c6f14d9aff02bef5b88d3a714e8176955c84b1324c9ca1f35b389e8033d1232dd3c802c40e32bf WHIRLPOOL ce605b7fdb000840eada03e6c29d9ea86a9a9f1f7461e34206bfd10960967bad3bc7b093ce32a8d337cde07337ebcde5cf041b50bd8785178c4a70426482e130
+DIST parcellite-1.2.1.tar.gz 763956 SHA256 aba1c7c56c7607e219ce9855723eefa552c5376982891aefbfb5a2d3297ef046 SHA512 14b513e760e205666e00893dffb75ef3d42994aaeca3238b5adbed4af7495a7ed67cfabdcb163024fb9b0a7e832599bb31c54201217ac3fca88e0a4a22deb53d WHIRLPOOL 550faef0a810f9fcbc5d0a26355f9a47836b204a54be7e000d73a3e6193a3b5c1a8d04e31abdc7638bc5d5f4c43b305b292e0552c66e68a763876d0b0a7d65bd
diff --git a/x11-misc/parcellite/parcellite-1.2.1.ebuild b/x11-misc/parcellite/parcellite-1.2.1.ebuild
new file mode 100644
index 00000000..f2ef795
--- /dev/null
+++ b/x11-misc/parcellite/parcellite-1.2.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils fdo-mime
+
+MY_P=${PN}-${PV/_}
+
+DESCRIPTION="A lightweight GTK+ based clipboard manager"
+HOMEPAGE="http://parcellite.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND=">=dev-libs/glib-2.14
+ >=x11-libs/gtk+-2.10:2"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ nls? (
+ dev-util/intltool
+ sys-devel/gettext
+ )"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+ sed -i data/${PN}.desktop.in -e 's:Application;::g' || die
+
+ sed -i -e '/^ALL_LINGUAS=/d' configure.ac || die
+ strip-linguas -i po/
+ export ALL_LINGUAS="${LINGUAS}"
+
+ eautoreconf
+}
+
+src_configure() {
+ econf $(use_enable nls)
+}
+
+pkg_postinst() {
+ fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+ fdo-mime_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-07-04 22:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-05 11:23 [gentoo-commits] repo/gentoo:master commit in: x11-misc/parcellite/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2023-07-04 22:15 Conrad Kostecki
2018-04-20 19:48 David Seifert
2018-01-06 18:58 Robin H. Johnson
2017-01-29 11:15 Michael Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox