Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (ee3d0f66bcfdaf5a2e48ef3746d7d62addbe5745)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (ee3d0f66bcfdaf5a2e48ef3746d7d62addbe5745)
  • Date: Thu, 22 Jun 2006 03:30:43 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

windowmanagers/aewm/DETAILS | 7 ++--
windowmanagers/aewm/HISTORY | 3 ++
windowmanagers/aewm/aewm-1.3.8.tar.bz2.sig |binary
windowmanagers/aewm/aewm_Makefiles.patch | 30
+++++++++-----------
x11-toolkits/nucleo/DETAILS | 4 +-
x11-toolkits/nucleo/HISTORY | 3 ++
x11-toolkits/nucleo/nucleo-0.1-20041216.tar.bz2.sig |binary
7 files changed, 25 insertions(+), 22 deletions(-)

New commits:
commit ee3d0f66bcfdaf5a2e48ef3746d7d62addbe5745
Merge: 1aa2ec344dc0b00b1477d27cf3a5b5d620c77486
1dda715af6004791914bf8784de6e6ba9c58ebd8
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire

commit 1aa2ec344dc0b00b1477d27cf3a5b5d620c77486
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

nucleo updated

commit c110b96385ec66e0e15a928584ce1890cb354139
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

aewm updated

diff --git a/windowmanagers/aewm/DETAILS b/windowmanagers/aewm/DETAILS
index 315ad8e..41ddfb3 100755
--- a/windowmanagers/aewm/DETAILS
+++ b/windowmanagers/aewm/DETAILS
@@ -1,10 +1,9 @@
SPELL=aewm
- VERSION=1.3.1
- SOURCE=$SPELL-$VERSION.tar.gz
+ VERSION=1.3.8
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.red-bean.com/~decklin/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:1ee4b403ea18b09c5adbf3b00689166bb01ff1645728b5dedf3baedcca7aa6099fb61da823b1a061169dafc00a61d00525f9f682de23ac56953aa28785ed269b
- MD5[0]=e18782967535a2e5114e798cbc94a847
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
WEB_SITE=http://www.red-bean.com/~decklin/$SPELL/
ENTERED=20020128
UPDATED=20021121
diff --git a/windowmanagers/aewm/HISTORY b/windowmanagers/aewm/HISTORY
index 4932a4c..a965a5d 100644
--- a/windowmanagers/aewm/HISTORY
+++ b/windowmanagers/aewm/HISTORY
@@ -1,3 +1,6 @@
+2006-06-22 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 1.3.8, makefile patch updated
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/windowmanagers/aewm/aewm-1.3.8.tar.bz2.sig
b/windowmanagers/aewm/aewm-1.3.8.tar.bz2.sig
new file mode 100644
index 0000000..605d8c4
Binary files /dev/null and b/windowmanagers/aewm/aewm-1.3.8.tar.bz2.sig differ
diff --git a/windowmanagers/aewm/aewm_Makefiles.patch
b/windowmanagers/aewm/aewm_Makefiles.patch
index 85bfad2..ddc4c40 100644
--- a/windowmanagers/aewm/aewm_Makefiles.patch
+++ b/windowmanagers/aewm/aewm_Makefiles.patch
@@ -1,7 +1,7 @@
-diff -ru aewm-1.3.1.orig/clients/Makefile aewm-1.3.1/clients/Makefile
---- aewm-1.3.1.orig/clients/Makefile 2005-11-14 13:12:16.000000000 +0100
-+++ aewm-1.3.1/clients/Makefile 2005-11-14 13:14:59.000000000 +0100
-@@ -7,10 +7,10 @@
+diff -urNp aewm-1.3.8.orig/clients/Makefile aewm-1.3.8/clients/Makefile
+--- aewm-1.3.8.orig/clients/Makefile 2006-06-22 09:31:27.000000000 +0200
++++ aewm-1.3.8/clients/Makefile 2006-06-22 09:39:35.000000000 +0200
+@@ -7,10 +7,10 @@ CFLAGS = -g -O2 -Wall

AELIBDIR = ../lib
MYLIBDIR = lib
@@ -16,23 +16,22 @@ diff -ru aewm-1.3.1.orig/clients/Makefil

INCLUDES = -I$(AELIBDIR) -I$(MYLIBDIR)
X11PATH = -I$(XROOT)/include
-Only in aewm-1.3.1/clients: Makefile~
-diff -ru aewm-1.3.1.orig/src/Makefile aewm-1.3.1/src/Makefile
---- aewm-1.3.1.orig/src/Makefile 2005-11-14 13:12:16.000000000 +0100
-+++ aewm-1.3.1/src/Makefile 2005-11-14 13:15:34.000000000 +0100
-@@ -4,7 +4,7 @@
+diff -urNp aewm-1.3.8.orig/Makefile aewm-1.3.8/Makefile
+--- aewm-1.3.8.orig/Makefile 2006-06-22 09:31:27.000000000 +0200
++++ aewm-1.3.8/Makefile 2006-06-22 09:42:16.000000000 +0200
+@@ -3,7 +3,7 @@
+ # This program is free software; see LICENSE for details.

- # This should be set to the location of the X installation against which
- # you would like to compile.
+ # Set this to the location of your X11 installation.
-XROOT = /usr/X11R6
+XROOT = $(DESTDIR)/usr/X11R6

- # Comment out to remove shape support (for X11R5 or a smaller binary).
- DEFINES += -DSHAPE
-@@ -29,9 +29,9 @@
+ # Uncomment this to add Xft support (requires X.Org or XFree86 >= 4.0.2).
+ #DEFINES += -DXFT
+@@ -24,9 +24,9 @@ CC = gcc
CFLAGS = -g -O2 -Wall

- MYLIBDIR = ../lib
+ MYLIBDIR = lib
-BINDIR = $(DESTDIR)$(XROOT)/bin
-MANDIR = $(DESTDIR)$(XROOT)/man/man1
-CFGDIR = $(DESTDIR)/etc/X11/aewm
@@ -42,4 +41,3 @@ diff -ru aewm-1.3.1.orig/src/Makefile ae
INCLUDES = -I$(MYLIBDIR) -I$(XROOT)/include $(EXTRA_INC)
LDPATH = -L$(XROOT)/lib
LIBS = -lX11 $(EXTRA_LIBS)
-Only in aewm-1.3.1/src: Makefile~
diff --git a/x11-toolkits/nucleo/DETAILS b/x11-toolkits/nucleo/DETAILS
index 10e35f0..9fdc7cb 100755
--- a/x11-toolkits/nucleo/DETAILS
+++ b/x11-toolkits/nucleo/DETAILS
@@ -1,10 +1,10 @@
SPELL=nucleo
- VERSION=0.1-20040721
+ VERSION=0.1-20041216
SOURCE=${SPELL}-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION/-*/}
SOURCE_URL[0]=http://insitu.lri.fr/~chapuis/software/metisse/${SOURCE}
WEB_SITE=http://insitu.lri.fr/~chapuis/metisse/
-
SOURCE_HASH=sha512:2bed9661c37ecd5b0d0ab9c903015637e4942d879d3df3998d7dbc5010aaf9ba019507520fa68a0de49d7d10781de7091831bca1b6a0d8bfcba56d3d46eac8da
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
ENTERED=20040715
UPDATED=20040715
LICENSE[0]=LGPL
diff --git a/x11-toolkits/nucleo/HISTORY b/x11-toolkits/nucleo/HISTORY
index 22b06a7..7d705e5 100644
--- a/x11-toolkits/nucleo/HISTORY
+++ b/x11-toolkits/nucleo/HISTORY
@@ -1,3 +1,6 @@
+2006-06-21 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 20041216
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/x11-toolkits/nucleo/nucleo-0.1-20041216.tar.bz2.sig
b/x11-toolkits/nucleo/nucleo-0.1-20041216.tar.bz2.sig
new file mode 100644
index 0000000..9d6b8aa
Binary files /dev/null and
b/x11-toolkits/nucleo/nucleo-0.1-20041216.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (ee3d0f66bcfdaf5a2e48ef3746d7d62addbe5745), Pieter Lenaerts, 06/22/2006

Archive powered by MHonArc 2.6.24.

Top of Page