[SM-Commit] GIT changes to master grimoire by Arjan Bouter (252cee8ccaed5668319ce9ff2e1cde47d0e265ed)

Arjan Bouter scm at sourcemage.org
Thu Apr 1 15:26:24 EDT 2010


GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:

 gnome2-apps/evolution/BUILD   |    2 +-
 gnome2-apps/evolution/DEPENDS |   13 ++++++++++++-
 gnome2-apps/evolution/HISTORY |    5 +++++
 mail/readpst/DETAILS          |    6 +++---
 mail/readpst/HISTORY          |    6 ++++++
 mail/readpst/INSTALL          |    4 ++++
 mail/readpst/libpst.pc        |   11 +++++++++++
 7 files changed, 42 insertions(+), 5 deletions(-)

New commits:
commit b7159a5af076c6106b3d365079e3ac7533e96bdb
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    evolution: added missing dep on gtkimageview

commit 19fd4f6c3a4395069c76cfd401e21b28a29f09fc
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    libpst: attempt to let evolution use libpst to import PST files. maybe
    someone else can take a look.

commit 342a8c453f35846d72672194945fb2bf3e3a1f1c
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    readpst: version 0.5.3

diff --git a/gnome2-apps/evolution/BUILD b/gnome2-apps/evolution/BUILD
index f008b2e..300dae3 100755
--- a/gnome2-apps/evolution/BUILD
+++ b/gnome2-apps/evolution/BUILD
@@ -1,5 +1,5 @@
 OPTS="$EVOLUTION_NNTP $EVOLUTION_EXCHANGE $OPTS"  &&
 OPTS="--enable-plugins=$EVOLUTION_PLUGINS $OPTS"  &&
-OPTS="--disable-nm $OPTS" &&
+OPTS="--disable-nm --disable-pst-import $OPTS" &&
 
 default_build
diff --git a/gnome2-apps/evolution/DEPENDS b/gnome2-apps/evolution/DEPENDS
index da1b209..a37cd60 100755
--- a/gnome2-apps/evolution/DEPENDS
+++ b/gnome2-apps/evolution/DEPENDS
@@ -88,4 +88,15 @@ optional_depends  avahi                    \
 optional_depends  rarian                   \
                   "--enable-scrollkeeper"  \
                   "--disable-scrollkeeper" \
-                  "Register with rarian?"
+                  "Register with rarian?"  &&
+
+optional_depends  gtkimageview             \
+                  ""                       \
+                  "--disable-image-inline" \
+                  "enable the image-inline plugin?"
+
+# seems broken, disabled in BUILD for now
+#optional_depends  readpst                  \
+#                  "--enable-pst-import"    \
+#                  "--disable-pst-import"   \
+#                  "enable the pst-import plugin?"
diff --git a/gnome2-apps/evolution/HISTORY b/gnome2-apps/evolution/HISTORY
index cc27b5a..68a694b 100644
--- a/gnome2-apps/evolution/HISTORY
+++ b/gnome2-apps/evolution/HISTORY
@@ -1,3 +1,8 @@
+2010-04-01 Arjan Bouter <abouter at sourcemage.org>
+	* BUILD: disable pst-import plugin for now
+	* DEPENDS: added missing optional dependencies on gtkimageview,
+	  readpst
+
 2010-03-31 Vasil Yonkov <spirtbrat at sourcemage.org>
 	* DETAILS: updated spell to 2.30.0.1
 
diff --git a/mail/readpst/DETAILS b/mail/readpst/DETAILS
index 572bdca..c05aa3c 100755
--- a/mail/readpst/DETAILS
+++ b/mail/readpst/DETAILS
@@ -1,9 +1,9 @@
            SPELL=readpst
-         VERSION=0.5.2
+         VERSION=0.5.3
           SOURCE=libpst-${VERSION}.tar.gz
    SOURCE_URL[0]=http://alioth.debian.org/download.php/844/${SOURCE}
-     SOURCE_HASH=sha512:e2c703ae4c6919163ced41d177f781788cd031e03c6e55b9c850627187317f66f45625c959df7905a0b094a63467fe3be6335f0d3f037fbe0705f1602fa9afb7
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/libpst-0.5.1
+     SOURCE_HASH=sha512:2fb2c338201ffd996f3a1c422da6defe39e330440ab9cad1e146074e9fa41942be11e328437bf65cb44b520ce0d11fc70b74fcb73b5ca07e19a78842d735fe5b
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/libpst-${VERSION}
         WEB_SITE=http://alioth.debian.org/projects/libpst/
          ENTERED=20050311
       LICENSE[0]=GPL
diff --git a/mail/readpst/HISTORY b/mail/readpst/HISTORY
index c06613b..0fa4e58 100644
--- a/mail/readpst/HISTORY
+++ b/mail/readpst/HISTORY
@@ -1,3 +1,9 @@
+2010-04-01 Arjan Bouter <abouter at sourcemage.org>
+	* DETAILS: version 0.5.3
+	* attempt to let evolution use it, no luck
+	* INSTALL: also install headers and a packageconfig file
+	* libpst.pc: added
+
 2007-01-29 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* DETAILS: updated spell to 0.5.2
 	* BUILD: converted to build api2
diff --git a/mail/readpst/INSTALL b/mail/readpst/INSTALL
new file mode 100755
index 0000000..be268d2
--- /dev/null
+++ b/mail/readpst/INSTALL
@@ -0,0 +1,4 @@
+default_install &&
+mkdir -p ${INSTALL_ROOT}/usr/include/libpst &&
+install -m0644 *.h ${INSTALL_ROOT}/usr/include/libpst/ &&
+install -m0644 ${SPELL_DIRECTORY}/libpst.pc ${INSTALL_ROOT}/usr/lib/pkgconfig/
diff --git a/mail/readpst/libpst.pc b/mail/readpst/libpst.pc
new file mode 100644
index 0000000..92a086d
--- /dev/null
+++ b/mail/readpst/libpst.pc
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: libpst
+Description: PST converter
+Version: 0.5.3
+Requires: 
+Libs: -L${libdir}
+Cflags: -I${includedir}/libpst



More information about the SM-Commit mailing list