From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/sakura/
Date: Sat, 30 Jan 2016 13:20:05 +0000 (UTC) [thread overview]
Message-ID: <1454159998.eacea27d7024883de0271f547e163bd92ca033c9.jer@gentoo> (raw)
commit: eacea27d7024883de0271f547e163bd92ca033c9
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 13:18:44 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 13:19:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacea27d
x11-terms/sakura: Version bump.
Package-Manager: portage-2.2.27
x11-terms/sakura/Manifest | 1 +
x11-terms/sakura/sakura-3.3.4.ebuild | 44 ++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/x11-terms/sakura/Manifest b/x11-terms/sakura/Manifest
index 654135c..2c3285f 100644
--- a/x11-terms/sakura/Manifest
+++ b/x11-terms/sakura/Manifest
@@ -3,3 +3,4 @@ DIST sakura-3.2.1.tar.bz2 51799 SHA256 a4cfe197d56e61eb6915278e5349f1e648dbaac8f
DIST sakura-3.3.0.tar.bz2 51576 SHA256 418d191fd2957f72d8381aec501505b94fb396c8c35c4c6f02236aca3fb5f267 SHA512 2db70b69547f7d02329631166cc66e25c1e1205fbd0080d0a6295b1ebb89f77b4806dd570601df599588f24f69d2b917c03e803fffed24927abd8d77562acd98 WHIRLPOOL 95917d6ce0bb8c0b9ed3b28873f002623cba65e4d23ab4390da5cfc0b9d61924074ae333d70ea2513f3f7e23b9291d54137d3f8c13d0a11e3ee5227fea0a73a3
DIST sakura-3.3.2.tar.bz2 52515 SHA256 3ced73647d79b6b9d3eb19560f18c55af15d5c939725e19fb5174c395674a1c5 SHA512 f7db9a841281fac366055900b107888550a45f1c9d11bc8993a67deb90e76c5027facd4dcb3c823e4f4df5c74bc65c200cedaf706192201846d2de8c6b330390 WHIRLPOOL 8f7d506ad3ce9961341f4c5a0a5af4051e793f3ee7a579c3cf4410dea833c180f4b790ad25ad6a745982be2774cb6f0b2bb1399dab0d3e6e46b801f6c0045bbc
DIST sakura-3.3.3.tar.bz2 52901 SHA256 a6bd310c1d344ee73378f2deefaa767c20c2266a18d7f0f40cc0a7defec2f020 SHA512 23a874848061613fab5a89a4b91e6c6c23771ca897132503729ba3c29c9f1d799ba7b965cc0d1968b3ab75b89fd446530b58fdc2e997a63fa7f41597cec4bdbb WHIRLPOOL 4bfac766472662222f27e1fd6653f12289781c0ccf1fdc180cb29b8ac5186a50761138db62a372ccc178b5024f0dc77519794644f96bd52d82340cc94f02142e
+DIST sakura-3.3.4.tar.bz2 52839 SHA256 27277214964851fa23ecc290f0eae391af3d11279ec42769d84a7be1feccd3ba SHA512 a84849e2fa7b45da513ff05a1e1636eb8d331b7c632f18605d6aa01463e44d877c057f2f628bfdc27e9f6ff29b0441ba248885d92341ed3a9b5eb281d02e34d7 WHIRLPOOL 22e10b9098db39151b32b6cfaec4cbffb1991e65212a3d1acc768e250aca3fb3f5ff17c86b09df66706e7a38cec868f5c66a9048cd71e754f03bae5efeffe110
diff --git a/x11-terms/sakura/sakura-3.3.4.ebuild b/x11-terms/sakura/sakura-3.3.4.ebuild
new file mode 100644
index 0000000..d25cba2
--- /dev/null
+++ b/x11-terms/sakura/sakura-3.3.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils eutils
+
+DESCRIPTION="sakura is a terminal emulator based on GTK and VTE"
+HOMEPAGE="http://www.pleyades.net/david/projects/sakura/"
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~arm-linux ~x86-linux"
+
+RDEPEND="
+ >=dev-libs/glib-2.20:2
+ x11-libs/vte:2.91
+ x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}
+ >=dev-lang/perl-5.10.1
+ virtual/pkgconfig
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.1.3-flags.patch )
+
+DOCS=( AUTHORS )
+
+src_prepare() {
+ sed -i "/FILES INSTALL/d" CMakeLists.txt || die
+
+ strip-linguas -i po/
+ local lingua
+ for lingua in po/*.po; do
+ lingua="${lingua/po\/}"
+ lingua="${lingua/.po}"
+ if ! has ${lingua} ${LINGUAS}; then
+ rm po/${lingua}.po || die
+ fi
+ done
+
+ cmake-utils_src_prepare
+}
next reply other threads:[~2016-01-30 13:20 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-30 13:20 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 13:02 [gentoo-commits] repo/gentoo:master commit in: x11-terms/sakura/ Arthur Zamarin
2024-07-21 15:12 Conrad Kostecki
2022-08-22 14:30 Jakov Smolić
2022-01-22 0:34 Ionen Wolkens
2021-12-07 6:26 Agostino Sarubbo
2021-12-05 5:06 Sam James
2021-09-19 3:42 Ionen Wolkens
2021-06-30 10:15 Ulrich Müller
2021-06-07 8:33 Joonas Niilola
2021-04-05 11:53 Andreas Sturmlechner
2021-03-30 1:31 Jonas Stein
2021-01-05 20:51 Sam James
2020-12-29 9:58 Sam James
2020-09-03 13:06 Jeroen Roovers
2020-07-03 11:35 Jeroen Roovers
2020-07-03 11:35 Jeroen Roovers
2019-11-30 12:23 Jeroen Roovers
2018-09-11 17:09 Jeroen Roovers
2018-06-07 10:48 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-06-06 23:23 Thomas Deutschmann
2018-06-03 13:32 Johannes Huber
2017-09-16 12:36 Jeroen Roovers
2017-01-13 16:42 Jeroen Roovers
2016-10-03 4:03 Jeroen Roovers
2016-10-02 10:58 Jeroen Roovers
2016-10-02 10:48 Pacho Ramos
2015-12-16 7:26 Jeroen Roovers
2015-11-29 7:28 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1454159998.eacea27d7024883de0271f547e163bd92ca033c9.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox