public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/rofi: rofi-0.15.5.ebuild ChangeLog rofi-0.15.2.ebuild
@ 2015-06-01  4:48 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2015-06-01  4:48 UTC (permalink / raw
  To: gentoo-commits

jer         15/06/01 04:48:41

  Modified:             ChangeLog
  Added:                rofi-0.15.5.ebuild
  Removed:              rofi-0.15.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.7                  x11-misc/rofi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rofi/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	30 Apr 2015 16:03:51 -0000	1.6
+++ ChangeLog	1 Jun 2015 04:48:41 -0000	1.7
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/rofi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rofi/ChangeLog,v 1.6 2015/04/30 16:03:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rofi/ChangeLog,v 1.7 2015/06/01 04:48:41 jer Exp $
+
+*rofi-0.15.5 (01 Jun 2015)
+
+  01 Jun 2015; Jeroen Roovers <jer@gentoo.org> -rofi-0.15.2.ebuild,
+  +rofi-0.15.5.ebuild, -files/rofi-0.15.2-Werror.patch,
+  -files/rofi-0.15.2-run_test_sh.patch:
+  Version bump.
 
 *rofi-0.15.4 (30 Apr 2015)
 



1.1                  x11-misc/rofi/rofi-0.15.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/rofi-0.15.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/rofi-0.15.5.ebuild?rev=1.1&content-type=text/plain

Index: rofi-0.15.5.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/rofi/rofi-0.15.5.ebuild,v 1.1 2015/06/01 04:48:41 jer Exp $

EAPI=5
inherit autotools eutils toolchain-funcs

DESCRIPTION="A window switcher, run dialog and dmenu replacement"
HOMEPAGE="https://davedavenport.github.io/rofi/"
SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.xz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="i3"

RDEPEND="
	dev-libs/glib:2
	media-libs/freetype
	x11-libs/libX11
	x11-libs/libXft
	x11-libs/libXinerama
	x11-libs/pango[X]
	i3? ( x11-wm/i3 )
"
DEPEND="
	${RDEPEND}
	x11-proto/xineramaproto
	x11-proto/xproto
	virtual/pkgconfig
"

src_prepare() {
	epatch \
		"${FILESDIR}"/${PN}-0.15.4-Werror.patch

	eautoreconf
}

src_configure() {
	tc-export CC
	econf $(usex i3 '' --disable-i3support)
}

src_test() {
	emake test
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-01  4:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-01  4:48 [gentoo-commits] gentoo-x86 commit in x11-misc/rofi: rofi-0.15.5.ebuild ChangeLog rofi-0.15.2.ebuild Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox