Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master z-rejected grimoire by Remko van der Vossen (9a31c3fb8062ec7cfb9b6afcfaa8def045474cf1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: flux <flux AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master z-rejected grimoire by Remko van der Vossen (9a31c3fb8062ec7cfb9b6afcfaa8def045474cf1)
  • Date: Mon, 17 Sep 2012 22:11:56 +0900

Remko van der Vossen (scm AT sourcemage.org) wrote [12.09.17 14:30]:
> GIT changes to master z-rejected grimoire by Remko van der Vossen
> <wich AT yuugen.jp>:
>
> ChangeLog | 3 +++
> z-windowmanagers/notion/BUILD | 1 +
> z-windowmanagers/notion/CONFIGURE | 7 +++++++
> z-windowmanagers/notion/DEPENDS | 17 +++++++++++++++++
> z-windowmanagers/notion/DETAILS | 15 +++++++++++++++
> z-windowmanagers/notion/HISTORY | 2 ++
> z-windowmanagers/notion/INSTALL | 8 ++++++++
> z-windowmanagers/notion/PRE_BUILD | 20 ++++++++++++++++++++
> z-windowmanagers/notion/notion.desktop | 8 ++++++++
> z-windowmanagers/notion/pwm3.desktop | 8 ++++++++
> z-windowmanagers/notion/startnotion | 22 ++++++++++++++++++++++
> z-windowmanagers/notion/startpwm3 | 22 ++++++++++++++++++++++
> 12 files changed, 133 insertions(+)
<snip/>
> diff --git a/z-windowmanagers/notion/DETAILS
> b/z-windowmanagers/notion/DETAILS
> new file mode 100755
> index 0000000..65dd4d0
> --- /dev/null
> +++ b/z-windowmanagers/notion/DETAILS
> @@ -0,0 +1,15 @@
> + SPELL=notion
> + VERSION=3-2012042300
> + SOURCE=$SPELL-$VERSION-src.tar.bz2
> +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
> + WEB_SITE=http://notion.sourceforge.net/
> + SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
> +
> SOURCE_HASH=sha512:44108356ba14fc5c145ffe22871ea3ec11de9ba450ce04f9fc58ccb29fc3d42105e528f2c2e72bf207e466b7106515bfbe379b0a30edcd19e92ef41b143dbb86
> + LICENSE[0]=LGPL
> + REJECT="ion3 has licensing issues."
> + ENTERED=20120917
> + KEYWORDS="windowmanagers"
> + SHORT="A tiling tabbed window manager."
<snip/>
> +++ b/z-windowmanagers/notion/startnotion
> @@ -0,0 +1,22 @@
> +#!/bin/sh
> +#
> +# startion
> +#
> +# Copyright (C) 2004 Eric Sandall <sandalle AT sourcemage.org>
> +#
> +# This program is free software; you can redistribute it and/or modify
> +# it under the terms of the GNU General Public License as published by
> +# the Free Software Foundation; either version 2 of the License, or
> +# (at your option) any later version.
> +#
> +# This program is distributed in the hope that it will be useful,
> +# but WITHOUT ANY WARRANTY; without even the implied warranty of
> +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> +# GNU General Public License for more details.
> +#
> +# You should have received a copy of the GNU General Public License
> +# along with this program; if not, write to the Free Software
> +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
> USA.
> +#
> +
> +exec ion3
> diff --git a/z-windowmanagers/notion/startpwm3
> b/z-windowmanagers/notion/startpwm3
> new file mode 100644
> index 0000000..001fb8c
> --- /dev/null
> +++ b/z-windowmanagers/notion/startpwm3
> @@ -0,0 +1,22 @@
> +#!/bin/sh
> +#
> +# startion
> +#
> +# Copyright (C) 2008 Arjan Bouter <abouter AT sourcemage.org>
> +#
> +# This program is free software; you can redistribute it and/or modify
> +# it under the terms of the GNU General Public License as published by
> +# the Free Software Foundation; either version 2 of the License, or
> +# (at your option) any later version.
> +#
> +# This program is distributed in the hope that it will be useful,
> +# but WITHOUT ANY WARRANTY; without even the implied warranty of
> +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> +# GNU General Public License for more details.
> +#
> +# You should have received a copy of the GNU General Public License
> +# along with this program; if not, write to the Free Software
> +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
> USA.
> +#
> +
> +exec pwm3

Why is this in z-rejected if the license is LGPL? Also, why do you exec
ion3 for startnotion? If notion installs as ion3, then it needs to
CONFLICT with ion3, yes? If it installs as its own (i.e., notion), then
you need to change the script. Are the scripts even needed?

--
Justin "flux_control" Boffemmyer
Cauldron wizard and general mage
Source Mage GNU/Linux
http://www.sourcemage.org

Attachment: pgpEyb5uGA_Qp.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page