[Lunar-commits] <moonbase> gnome-common2 > gnome-common
Samuel Verstraete
elangelo at lunar-linux.org
Fri Mar 13 16:02:35 CET 2009
commit 45b77b89bd6984a44aba825415e2630b764c2b5d
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Thu Jul 3 08:26:56 2008 +0200
gnome-common2 > gnome-common
---
gnome2/core/gnome-common/BUILD | 12 ++++++++++++
gnome2/core/gnome-common/DEPENDS | 1 +
gnome2/core/gnome-common/DETAILS | 20 ++++++++++++++++++++
gnome2/core/gnome-common2/BUILD | 12 ------------
gnome2/core/gnome-common2/DEPENDS | 1 -
gnome2/core/gnome-common2/DETAILS | 21 ---------------------
profiles/gnome2/DEPENDS | 2 +-
zbeta/pan-cvs/DEPENDS | 2 +-
8 files changed, 35 insertions(+), 36 deletions(-)
diff --git a/gnome2/core/gnome-common/BUILD b/gnome2/core/gnome-common/BUILD
new file mode 100644
index 0000000..8d803e7
--- /dev/null
+++ b/gnome2/core/gnome-common/BUILD
@@ -0,0 +1,12 @@
+(
+
+ ./configure --prefix=${GNOME26_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME26_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/gnome2/core/gnome-common/DEPENDS b/gnome2/core/gnome-common/DEPENDS
new file mode 100644
index 0000000..a708cc1
--- /dev/null
+++ b/gnome2/core/gnome-common/DEPENDS
@@ -0,0 +1 @@
+depends pkgconfig
diff --git a/gnome2/core/gnome-common/DETAILS b/gnome2/core/gnome-common/DETAILS
new file mode 100644
index 0000000..4570ab4
--- /dev/null
+++ b/gnome2/core/gnome-common/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=gnome-common
+ VERSION=2.20.0
+ MAJOR=2.20
+ SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+ SOURCE_VFY=sha1:8fc9eeacdf6b77d8e6d1735979bbc3d678f49d95
+ WEB_SITE=http://www.gnome.org/
+ ENTERED=20020701
+ UPDATED=20080703
+ SHORT="set of aclocal files for GNOME"
+
+cat << EOF
+Gnome-Common is a set of various files needed to bootstrap Gnome 2
+modules built from CVS. It contains the following components:
+ 1. A common "autogen.sh" script that can be used to configure a
+ source directory checked out from CVS.
+ 2. Some commonly used macros
+ 3. Some files used to build user documentation.
+EOF
diff --git a/gnome2/core/gnome-common2/BUILD b/gnome2/core/gnome-common2/BUILD
deleted file mode 100644
index 8d803e7..0000000
--- a/gnome2/core/gnome-common2/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
- ./configure --prefix=${GNOME26_PREFIX:-/usr} \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=${GNOME26_PREFIX:-/usr}/share/info \
- --mandir=${GNOME26_PREFIX:-/usr}/share/man \
- $OPTS &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/gnome2/core/gnome-common2/DEPENDS b/gnome2/core/gnome-common2/DEPENDS
deleted file mode 100644
index a708cc1..0000000
--- a/gnome2/core/gnome-common2/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends pkgconfig
diff --git a/gnome2/core/gnome-common2/DETAILS b/gnome2/core/gnome-common2/DETAILS
deleted file mode 100644
index f37bbf1..0000000
--- a/gnome2/core/gnome-common2/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- MODULE=gnome-common2
- MOD=gnome-common
- VERSION=2.20.0
- MAJOR=2.20
- SOURCE=$MOD-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
- SOURCE_URL=$GNOME_URL/sources/$MOD/$MAJOR/
- SOURCE_VFY=sha1:8fc9eeacdf6b77d8e6d1735979bbc3d678f49d95
- WEB_SITE=http://www.gnome.org/
- ENTERED=20020701
- UPDATED=20071117
- SHORT="set of aclocal files for GNOME"
-
-cat << EOF
-Gnome-Common is a set of various files needed to bootstrap Gnome 2
-modules built from CVS. It contains the following components:
- 1. A common "autogen.sh" script that can be used to configure a
- source directory checked out from CVS.
- 2. Some commonly used macros
- 3. Some files used to build user documentation.
-EOF
diff --git a/profiles/gnome2/DEPENDS b/profiles/gnome2/DEPENDS
index d4609d0..cc3aa3d 100644
--- a/profiles/gnome2/DEPENDS
+++ b/profiles/gnome2/DEPENDS
@@ -4,7 +4,7 @@ depends gtk+-2
depends audiofile
depends esound
depends gtk-doc
-depends gnome-common2
+depends gnome-common
depends ORBit2
depends GConf
depends libart_lgpl
diff --git a/zbeta/pan-cvs/DEPENDS b/zbeta/pan-cvs/DEPENDS
index 3600ef1..940106f 100644
--- a/zbeta/pan-cvs/DEPENDS
+++ b/zbeta/pan-cvs/DEPENDS
@@ -2,4 +2,4 @@ depends gnet &&
depends gtk+-2 &&
depends libxml2 &&
depends pcre &&
-depends gnome-common2
+depends gnome-common
More information about the Lunar-commits
mailing list