Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (a644506ae2d68460a841588b9ab898fb2e2f4ca4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (a644506ae2d68460a841588b9ab898fb2e2f4ca4)
  • Date: Wed, 5 Nov 2008 12:31:07 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

http/dillo2/DEPENDS | 8 ++++----
http/dillo2/HISTORY | 2 ++
http/dillo2/desktop/dillo.desktop | 8 ++++++++
3 files changed, 14 insertions(+), 4 deletions(-)

New commits:
commit a644506ae2d68460a841588b9ab898fb2e2f4ca4
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

dillo2: Some cleanup in DEPENDS. jpeg was listed twice and
added libpng. Added desktop file.

diff --git a/http/dillo2/DEPENDS b/http/dillo2/DEPENDS
index e574b77..34481ca 100755
--- a/http/dillo2/DEPENDS
+++ b/http/dillo2/DEPENDS
@@ -17,10 +17,10 @@ optional_depends "giflib" \
"--disable-gif" \
"for gif image support" &&

-optional_depends "jpeg" \
- "--enable-jpeg" \
- "--disable-jpeg" \
- "for jpeg image support" &&
+optional_depends "libpng" \
+ "--enable-png" \
+ "--disable-png" \
+ "for png image support" &&

optional_depends "openssl" \
"--enable-ssl" \
diff --git a/http/dillo2/HISTORY b/http/dillo2/HISTORY
index a96a62b..9f9178c 100644
--- a/http/dillo2/HISTORY
+++ b/http/dillo2/HISTORY
@@ -4,6 +4,8 @@
* PRE_BUILD: autogen.sh only for cvs version
* DEPENDS: group depends needed for cvs version
added depends fltk2. removed depends ds2
+ jpeg was listed twice, Removed one. Added optional_depends libpng
+ * desktop/dillo: Added.

2008-09-26 Arjan Bouter <abouter AT sourcemage.org>
* dillo2.patch: removed
diff --git a/http/dillo2/desktop/dillo.desktop
b/http/dillo2/desktop/dillo.desktop
new file mode 100644
index 0000000..cf5c92a
--- /dev/null
+++ b/http/dillo2/desktop/dillo.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Dillo
+Exec=dillo
+Icon=
+Terminal=false
+Type=Application
+Categories=Application;Network;Browsers;



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (a644506ae2d68460a841588b9ab898fb2e2f4ca4), George Sherwood, 11/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page