Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (f1d99271c86f5a818329ed329402a1737af92996)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (f1d99271c86f5a818329ed329402a1737af92996)
  • Date: Wed, 28 Jun 2006 09:34:52 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

ChangeLog | 3 +++
dev/null |binary
editors/zim/BUILD | 3 ++-
editors/zim/DEPENDS | 11 ++++++-----
editors/zim/DETAILS | 2 +-
editors/zim/HISTORY | 3 +++
editors/zim/Zim-0.14.tar.gz.sig | 0
editors/zim/Zim-0.15.tar.gz.sig |binary
perl-cpan/file-desktopentry/DEPENDS | 1 +
perl-cpan/file-desktopentry/DETAILS | 18 ++++++++++++++++++
perl-cpan/file-desktopentry/HISTORY | 2 ++
11 files changed, 36 insertions(+), 7 deletions(-)

New commits:
commit f1d99271c86f5a818329ed329402a1737af92996
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

updated zim

commit ed8695930119c4054472c30b04c2efcbbd24a32a
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

file-desktopentry: new spell

diff --git a/ChangeLog b/ChangeLog
index e143f24..dca3b2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-06-28 Pieter Lenaerts <e-type AT sourcemage.org>
+ * perl-cpan/file-desktopentry: new spell, find XDG files and dirs
+
2006-06-28 Pol Vinogradov <vin.public AT gmail.com>
* utils/x86cpucaps: new spell, provides various information about CPU

diff --git a/editors/zim/BUILD b/editors/zim/BUILD
index d378249..ab4ecb3 100755
--- a/editors/zim/BUILD
+++ b/editors/zim/BUILD
@@ -1,2 +1,3 @@
-perl Makefile.PL INSTALLDIRS=vendor &&
+chmod +x ${SOURCE_DIRECTORY}/configure &&
+./configure &&
make
diff --git a/editors/zim/DEPENDS b/editors/zim/DEPENDS
index c2e3c25..8a48dbe 100755
--- a/editors/zim/DEPENDS
+++ b/editors/zim/DEPENDS
@@ -1,6 +1,7 @@
-depends perl &&
-depends module-build &&
-depends file-basedir &&
-depends file-mimeinfo &&
-depends perl-gtk2 &&
+depends perl &&
+depends module-build &&
+depends file-basedir &&
+depends file-desktopentry &&
+depends file-mimeinfo &&
+depends perl-gtk2 &&
optional_depends perl-gtk2-trayicon "" "" "for tray icon"
diff --git a/editors/zim/DETAILS b/editors/zim/DETAILS
index 129c84c..c5e3569 100755
--- a/editors/zim/DETAILS
+++ b/editors/zim/DETAILS
@@ -1,5 +1,5 @@
SPELL=zim
- VERSION=0.14
+ VERSION=0.15
SOURCE=Zim-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Zim-$VERSION
SOURCE_URL[0]=ftp://zoidberg.student.utwente.nl/Zim/$SOURCE
diff --git a/editors/zim/HISTORY b/editors/zim/HISTORY
index f1a0f82..d9623ea 100644
--- a/editors/zim/HISTORY
+++ b/editors/zim/HISTORY
@@ -1,3 +1,6 @@
+2006-06-28 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 0.15
+
2006-03-30 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: updated to 0.14

diff --git a/editors/zim/Zim-0.14.tar.gz.sig b/editors/zim/Zim-0.14.tar.gz.sig
deleted file mode 100644
index 7b52d0f..0000000
Binary files a/editors/zim/Zim-0.14.tar.gz.sig and /dev/null differ
diff --git a/editors/zim/Zim-0.15.tar.gz.sig b/editors/zim/Zim-0.15.tar.gz.sig
new file mode 100644
index 0000000..6330558
Binary files /dev/null and b/editors/zim/Zim-0.15.tar.gz.sig differ
diff --git a/perl-cpan/file-desktopentry/DEPENDS
b/perl-cpan/file-desktopentry/DEPENDS
new file mode 100755
index 0000000..ded78bc
--- /dev/null
+++ b/perl-cpan/file-desktopentry/DEPENDS
@@ -0,0 +1 @@
+depends file-spec
diff --git a/perl-cpan/file-desktopentry/DETAILS
b/perl-cpan/file-desktopentry/DETAILS
new file mode 100755
index 0000000..69af2bc
--- /dev/null
+++ b/perl-cpan/file-desktopentry/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=file-desktopentry
+ VERSION=0.02
+ SOURCE=File-DesktopEntry-$VERSION.tar.gz
+ BUILD_API=2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/File-DesktopEntry-$VERSION
+ SOURCE_URL[0]=http://www.cpan.org/modules/by-module/File/$SOURCE
+
SOURCE_HASH=sha512:9ce6efb6db35e44b87cb74d725d137966ab1085c157044d14fb274c0a517fb3ef5ee1bbbcf792e8de4f46ed21aae2b54c65be3de9e0a4c1a7b841cb0bf1dd736
+ LICENSE=ART
+ WEB_SITE="http://search.cpan.org/search?module=File::DesktopEntry";
+ ENTERED=20060121
+ UPDATED=20060121
+ KEYWORDS="perl"
+ SHORT="use the freedesktop basedir spec"
+cat << EOF
+This module can be used to find directories and files as specified by the XDG
+Base Directory Specification. It takes care of defaults and uses File::Spec
to
+make the output platform specific.
+EOF
diff --git a/perl-cpan/file-desktopentry/HISTORY
b/perl-cpan/file-desktopentry/HISTORY
new file mode 100644
index 0000000..1e2f426
--- /dev/null
+++ b/perl-cpan/file-desktopentry/HISTORY
@@ -0,0 +1,2 @@
+2006-06-28 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell



  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (f1d99271c86f5a818329ed329402a1737af92996), Pieter Lenaerts, 06/28/2006

Archive powered by MHonArc 2.6.24.

Top of Page