x11-misc/netwmpager: remove old

Package-Manager: portage-2.2.20.1
This commit is contained in:
Michael Palimaka
2015-11-04 22:20:33 +11:00
parent f2d0160756
commit 55e7175c14
3 changed files with 0 additions and 50 deletions

View File

@@ -1,2 +1 @@
DIST netwmpager-2.04.tar.bz2 175696 SHA256 d1507ad1d79e9d4a8ff00ed9fbb7e909798956d45b562ddfb690ebc0ab8a96f6 SHA512 06e42bdb1cba862faa50716962c7711f04350146c524f7699086335c491c564b4079ebab423932efa5eea757facf5471c60b787dea4c4a73e02574fafab1259e WHIRLPOOL a40ffda11940a1fb814d180a1cb7de8339a4a9ab113c0f9a3196db88909739f4de29c99f4a904c93d80e37503329c6b1e6713d9949a781127ca47cec2a2c7de9
DIST netwmpager-2.05.tar.bz2 176877 SHA256 cc94a942dddf02d6dbc4087f1f5f4bd1f8a42d3b2c1ea78aa55af6b9c47ce590 SHA512 246c8f0a1d1eee9a9576c66ac338a03d2f391a413ac82f5a0140142582df93c4cad1908ea1124c9149445051c877feb552d889e78022f95f9773d910f9f171ad WHIRLPOOL 6d2ada01d87e3ec2fd2531e9d1262e8675feb3cc1708c077777f648f6c5271b5c0b14d8c99723b208955e964ddd4b9143e74800c3fba59eacbdcc6222a2cbf97

View File

@@ -1,10 +0,0 @@
--- pager.c 2006-04-15 21:14:55.000000000 +0200
+++ pager.c 2008-04-02 18:10:43.000000000 +0200
@@ -1137,6 +1137,7 @@
if (pager->mouse.window_idx == -1) {
x_set_current_desktop(desk);
} else if (!pager->mouse.dragging) {
+ x_set_current_desktop(desk);
x_set_active_window(pager->windows[pager->mouse.window_idx].window, SOURCE_INDICATION_PAGER);
}
} else if (button == 2) {

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
inherit toolchain-funcs
DESCRIPTION="EWMH (NetWM) compatible pager. Works with Openbox and other EWMH
compliant window managers."
HOMEPAGE="http://sourceforge.net/projects/sf-xpaint/files/netwmpager/"
SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
IUSE=""
RDEPEND="x11-libs/libX11
x11-libs/libXrender
x11-libs/libXft
x11-libs/libXdmcp
x11-libs/libXau"
DEPEND="${RDEPEND}
virtual/pkgconfig
x11-proto/xproto"
src_configure() {
# econf doesn't work
tc-export CC
./configure --prefix=/usr || die
}
src_install () {
default
dodoc Changelog
}