Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 77752 by Eric Sandall for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "David Kowis" <dkowis+smgl-p4 AT shlrm.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Eric Sandall" <eric AT sandall.us>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Jason Flatt" <jflatt AT sourcemage.org>, "Juuso Alasuutari" <iuso AT sourcemage.org>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Pol Vinogradov" <vin.public AT gmail.com>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 77752 by Eric Sandall for review
  • Date: Thu, 13 Apr 2006 19:25:03 +0100 (BST)

Change 77752 by eric_sandall@sandalle-moby on 2006/04/13 19:20:40

* DETAILS: Updated to 0.9
Cleaned up SHORT and long descriptions to specify E16
* DEPENDS: Depends on imlib2 instead of imlib now
* BUILD: Pass --enable-fsstd to OPTS and use default_build
Removed call to ./autogen.sh (no longer needed)

Affected files ...

... //sgl/grimoires/devel/e/epplet-base/BUILD#2 edit
... //sgl/grimoires/devel/e/epplet-base/DEPENDS#2 edit
... //sgl/grimoires/devel/e/epplet-base/DETAILS#5 edit
... //sgl/grimoires/devel/e/epplet-base/HISTORY#6 edit
... //sgl/grimoires/devel/e/epplet-base/epplets-0.9.tar.gz.sig#1 add

Differences ...

==== //sgl/grimoires/devel/e/epplet-base/BUILD#2 (xtext) ====

@@ -1,5 +1,3 @@
-./autogen.sh --prefix=${INSTALL_ROOT}/usr \
- --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var \
- --enable-fsstd &&
-make
+OPTS="--enable-fsstd \
+ $OPTS" &&
+default_build

==== //sgl/grimoires/devel/e/epplet-base/DEPENDS#2 (xtext) ====

@@ -2,4 +2,4 @@
depends autoconf &&
depends automake &&
depends libtool &&
-depends imlib
+depends imlib2

==== //sgl/grimoires/devel/e/epplet-base/DETAILS#5 (xtext) ====

@@ -1,15 +1,16 @@
SPELL=epplet-base
- VERSION=0.7
+ VERSION=0.9
SOURCE=epplets-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/epplets-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
+
#SOURCE_HASH=sha512:640be451f2cc645c13acfa1b7b0c26dcf240cc534cc4da53f0aa4f5aa51ab108500de7cf5584a20f145a14401de6184871334fc9df4c5c0ac89fc442631bae58
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=BSD
+ KEYWORDS="enlightenment"
WEB_SITE=http://www.enlightenment.org/
-
SOURCE_HASH=sha512:640be451f2cc645c13acfa1b7b0c26dcf240cc534cc4da53f0aa4f5aa51ab108500de7cf5584a20f145a14401de6184871334fc9df4c5c0ac89fc442631bae58
ENTERED=20011023
UPDATED=20020116
- LICENSE[0]=BSD
- KEYWORDS="enlightenment"
- SHORT="epplets for enlightenment"
+ SHORT="Epplets for Enlightenment 16"
cat << EOF
-epplets , plugins addon for the enlightenment windowmanager..
+Epplets, plugins addon for the Enlightenment 16 windowmanager.
EOF

==== //sgl/grimoires/devel/e/epplet-base/HISTORY#6 (text) ====

@@ -1,3 +1,10 @@
+2006-04-12 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 0.9
+ Cleaned up SHORT and long descriptions to specify E16
+ * DEPENDS: Depends on imlib2 instead of imlib now
+ * BUILD: Pass --enable-fsstd to OPTS and use default_build
+ Removed call to ./autogen.sh (no longer needed)
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS




  • [SM-Commit] PERFORCE change 77752 by Eric Sandall for review, Perforce Review Daemon, 04/13/2006

Archive powered by MHonArc 2.6.24.

Top of Page