[SM-Commit] PERFORCE change 77753 by Eric Sandall for review

Perforce Review Daemon p4review at smee.org
Thu Apr 13 14:25:03 EDT 2006


Change 77753 by eric_sandall at sandalle-moby on 2006/04/13 19:21:01

	   * 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/test/e/epplet-base/BUILD#2 integrate
... //sgl/grimoires/test/e/epplet-base/DEPENDS#2 integrate
... //sgl/grimoires/test/e/epplet-base/DETAILS#5 integrate
... //sgl/grimoires/test/e/epplet-base/HISTORY#6 integrate
... //sgl/grimoires/test/e/epplet-base/epplets-0.9.tar.gz.sig#1 branch

Differences ...

==== //sgl/grimoires/test/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/test/e/epplet-base/DEPENDS#2 (xtext) ====

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

==== //sgl/grimoires/test/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/test/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
 



More information about the SM-Commit mailing list