[SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (88744de7666080c11cc06a0959f4797933cd076f)

Eric Sandall scm at sourcemage.org
Fri Oct 9 20:57:06 EDT 2009


GIT changes to devel-xorg-modular grimoire by Eric Sandall <sandalle at sourcemage.org>:

 dev/null                                        |binary
 xorg-font/font-util/BUILD                       |    3 +++
 xorg-font/font-util/DETAILS                     |    2 +-
 xorg-font/font-util/HISTORY                     |    5 +++++
 xorg-font/font-util/font-util-1.0.2.tar.bz2.sig |    0 
 xorg-font/font-util/font-util-1.1.0.tar.bz2.sig |binary
 xorg-lib/libxfont/DEPENDS                       |    2 +-
 xorg-lib/libxfont/DETAILS                       |    5 +++--
 xorg-lib/libxfont/HISTORY                       |   14 +++++++++-----
 xorg-lib/libxfont/libXfont-1.4.1.tar.bz2.sig    |binary
 10 files changed, 22 insertions(+), 9 deletions(-)

New commits:
commit 88744de7666080c11cc06a0959f4797933cd076f
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    libxfont: Cleanup whitespace

commit 6b16139f57dfd61e93ee1f922e6e29b7821e2319
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    libxfont: Updated to 1.4.1
    SOURCE matches upstream posted MD5

commit 67ade1b2aea18b9c315edf509c1159c7542b8965
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    font-util: Updated to 1.1.0
    SOURCE matches upstream posted MD5
    Use --with-mapdir as font-util doesn't set this correctly

diff --git a/xorg-font/font-util/BUILD b/xorg-font/font-util/BUILD
new file mode 100755
index 0000000..b7ad7c1
--- /dev/null
+++ b/xorg-font/font-util/BUILD
@@ -0,0 +1,3 @@
+OPTS="--with-mapdir=$INSTALL_ROOT/usr/share/fonts/X11/util \
+      $OPTS" &&
+default_build
diff --git a/xorg-font/font-util/DETAILS b/xorg-font/font-util/DETAILS
index 02e323a..61c14f7 100755
--- a/xorg-font/font-util/DETAILS
+++ b/xorg-font/font-util/DETAILS
@@ -1,5 +1,5 @@
            SPELL=font-util
-         VERSION=1.0.2
+         VERSION=1.1.0
           SOURCE=$SPELL-$VERSION.tar.bz2
    SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/font/$SOURCE
 #     SOURCE_HASH=sha512:5019e1a6f7aa97a9bfb89aff764cdbd6d85b335c787ca641e61a1e94ed0eb3428c27149fa94859913ddcf83a14c856b499d0a60574725e7bb38dfcd281bcc583
diff --git a/xorg-font/font-util/HISTORY b/xorg-font/font-util/HISTORY
index 31ac50a..e9a0245 100644
--- a/xorg-font/font-util/HISTORY
+++ b/xorg-font/font-util/HISTORY
@@ -1,3 +1,8 @@
+2009-10-09 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS: Updated to 1.1.0
+	  SOURCE matches upstream posted MD5
+	* BUILD: Use --with-mapdir as font-util doesn't set this correctly
+
 2009-08-15 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Updated to 1.0.2
 	  SOURCE matches upstream posted MD5
diff --git a/xorg-font/font-util/font-util-1.0.2.tar.bz2.sig b/xorg-font/font-util/font-util-1.0.2.tar.bz2.sig
deleted file mode 100644
index e24513a..0000000
Binary files a/xorg-font/font-util/font-util-1.0.2.tar.bz2.sig and /dev/null differ
diff --git a/xorg-font/font-util/font-util-1.1.0.tar.bz2.sig b/xorg-font/font-util/font-util-1.1.0.tar.bz2.sig
new file mode 100644
index 0000000..775354b
Binary files /dev/null and b/xorg-font/font-util/font-util-1.1.0.tar.bz2.sig differ
diff --git a/xorg-lib/libxfont/DEPENDS b/xorg-lib/libxfont/DEPENDS
index 45244f5..f5e5360 100755
--- a/xorg-lib/libxfont/DEPENDS
+++ b/xorg-lib/libxfont/DEPENDS
@@ -11,4 +11,4 @@ depends  libfontenc  &&
 optional_depends  freetype2                    \
                   "--enable-freetype"          \
                   "--disable-freetype"         \
-                  "Enable freetype2 support?"  
+                  "Enable freetype2 support?"
diff --git a/xorg-lib/libxfont/DETAILS b/xorg-lib/libxfont/DETAILS
index 6f28f93..e867654 100755
--- a/xorg-lib/libxfont/DETAILS
+++ b/xorg-lib/libxfont/DETAILS
@@ -1,9 +1,10 @@
            SPELL=libxfont
              PKG=libXfont
-         VERSION=1.4.0
-     SOURCE_HASH=sha512:5055404750a50fb8f34623a7cabcd07699d355558a9590da32c2294544c2c4c9febece31a179aedd890b05c0ca8c589631eb30e72e5df0357ce91f70ea36a3c7
+         VERSION=1.4.1
+#     SOURCE_HASH=sha512:5055404750a50fb8f34623a7cabcd07699d355558a9590da32c2294544c2c4c9febece31a179aedd890b05c0ca8c589631eb30e72e5df0357ce91f70ea36a3c7
         XORG_VER=X11R7.1
           SOURCE=${PKG}-${VERSION}.tar.bz2
+      SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
    SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
         WEB_SITE=http://xorg.freedesktop.org/wiki
diff --git a/xorg-lib/libxfont/HISTORY b/xorg-lib/libxfont/HISTORY
index db3ebbc..b88428d 100644
--- a/xorg-lib/libxfont/HISTORY
+++ b/xorg-lib/libxfont/HISTORY
@@ -1,3 +1,7 @@
+2009-10-09 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS: Updated to 1.4.1
+	  SOURCE matches upstream posted MD5
+
 2009-05-26 Peng Chang (Charles) <chp516 at gmail.com>
 	* CONFIGURE: removed no longer recognized options
 	* DEPENDS: removed unrecognized optional_depends
@@ -62,7 +66,7 @@
 2006-08-27 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* DETAILS: update to 1.2.0
 
-2006-05-23 Andraž "ruskie" Levstik <ruskie at mages.ath.cx> 
+2006-05-23 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* DETAILS: version update xorg 7.1
 
 2006-03-06 Karsten Behrmann <BearPerson at sourcemage.org>
@@ -100,11 +104,11 @@
 2005-11-25 Karsten Behrmann <BearPerson at sourcemage.org>
 	* DEPENDS: auto-created or updated
 
-2005-11-24 Andraž "ruskie" Levstik <ruskie at mages.ath.cx> 
-	* DEPENDS: added various depends 
+2005-11-24 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DEPENDS: added various depends
 
-2005-11-24 Andraž "ruskie" Levstik <ruskie at mages.ath.cx> 
-	* DETAILS: fix broken SOURCE_URL 
+2005-11-24 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DETAILS: fix broken SOURCE_URL
 
 2005-11-25 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* DETAILS, HISTORY: created spell
diff --git a/xorg-lib/libxfont/libXfont-1.4.1.tar.bz2.sig b/xorg-lib/libxfont/libXfont-1.4.1.tar.bz2.sig
new file mode 100644
index 0000000..c4eecf6
Binary files /dev/null and b/xorg-lib/libxfont/libXfont-1.4.1.tar.bz2.sig differ



More information about the SM-Commit mailing list