Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1987369782957be0424d04407d8d845acb6513f3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1987369782957be0424d04407d8d845acb6513f3)
  • Date: Mon, 16 Mar 2015 10:26:11 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

doc/evince/BUILD | 1
doc/evince/DEPENDS | 55
+++++++++++++++++------------------------------------
doc/evince/DETAILS | 7 +++---
doc/evince/HISTORY | 8 +++++--
4 files changed, 29 insertions(+), 42 deletions(-)

New commits:
commit 1987369782957be0424d04407d8d845acb6513f3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

evince: => 3.14.2

commit f6a582330e1e227491b48709c0585b5bbc5931a9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "doc/evince: version 3.15.4"

This reverts commit 2ec04e55b9dc78452146c09c96ef5c6600e1d25b.

Reason: devel branches are not acceptable

diff --git a/doc/evince/BUILD b/doc/evince/BUILD
index 54a6e4a..264505c 100755
--- a/doc/evince/BUILD
+++ b/doc/evince/BUILD
@@ -1,6 +1,7 @@
OPTS="$EVINCE_THUMB \
$EVINCE_DVI \
$EVINCE_COMIC \
+ --disable-browser-plugin \
$OPTS" &&

default_build
diff --git a/doc/evince/DEPENDS b/doc/evince/DEPENDS
index bac4262..93650f7 100755
--- a/doc/evince/DEPENDS
+++ b/doc/evince/DEPENDS
@@ -1,20 +1,28 @@
depends autoconf &&
depends automake &&
-depends gettext &&
depends libxml2 &&
depends glib2 &&
depends cairo &&
depends gtk+3 &&
depends gconf2 &&
-depends shared-mime-info &&
-depends gnome-icon-theme &&
+depends hicolor-icon-theme &&
depends adwaita-icon-theme &&
-depends xml-parser-expat &&
depends itstool &&
-depends libsecret &&
+depends freetype2 &&
+depends gdk-pixbuf2 &&
+depends pango &&
+depends zlib &&
+depends libx11 &&
+depends libxi &&

+runtime_depends gnome-icon-theme &&
runtime_depends gsettings-desktop-schemas &&

+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
optional_depends dbus-glib \
"--enable-dbus" \
"--disable-dbus" \
@@ -60,6 +68,10 @@ optional_depends libgnome-keyring \
"--without-keyring" \
"Use gnome-keyring?" &&

+if is_depends_enabled $SPELL libgnome-keyring; then
+ depends libsecret
+fi &&
+
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
@@ -70,37 +82,6 @@ optional_depends gobject-introspection \
"--disable-introspection" \
"to enable introspection" &&

-depends atk &&
-depends at-spi2-atk &&
-depends at-spi2-core &&
-depends bzip2 &&
if is_depends_enabled $SPELL dbus-glib; then
depends dbus
-fi &&
-depends expat &&
-depends fontconfig &&
-depends freetype2 &&
-depends gdk-pixbuf2 &&
-depends harfbuzz &&
-depends libffi &&
-depends libice &&
-depends libpng &&
-depends libsm &&
-depends libx11 &&
-depends libxau &&
-depends libxcb &&
-depends libxcomposite &&
-depends libxcursor &&
-depends libxdamage &&
-depends libxdmcp &&
-depends libxext &&
-depends libxfixes &&
-depends libxi &&
-depends libxinerama &&
-depends libxrandr &&
-depends libxrender &&
-depends pango &&
-depends pcre &&
-depends pixman &&
-depends util-linux &&
-depends zlib
+fi
diff --git a/doc/evince/DETAILS b/doc/evince/DETAILS
index 08ce95a..13ebf6e 100755
--- a/doc/evince/DETAILS
+++ b/doc/evince/DETAILS
@@ -1,10 +1,11 @@
SPELL=evince
- VERSION=3.15.4
+ VERSION=3.14.2
+ BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/${VERSION:0:4}/$SOURCE
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
WEB_SITE=http://www.gnome.org/projects/evince
-
SOURCE_HASH=sha512:bf09c4d5c8e71a7d34d1a8014f86268c29b089d980a491ae136d0dc29dae1c5a3114e15c70e864386c723d11fd61acd67e51a7d9eec660b43c87e2a6f08d59c9
+
SOURCE_HASH=sha512:f6a2b4037a055997316f2820b2ec6d171f51b0005b16070a2f990d5738ad39a14cc6e4662ad785da528d5e8d8ac48bba3a628c0b728578b00f09859d08b79aa6
LICENSE[0]=GPL
ENTERED=20050502
KEYWORDS="doc"
diff --git a/doc/evince/HISTORY b/doc/evince/HISTORY
index 85dc3ab..f7e11d7 100644
--- a/doc/evince/HISTORY
+++ b/doc/evince/HISTORY
@@ -1,5 +1,9 @@
-2015-02-06 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: updated spell to 3.15.4
+2015-03-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.14.2; reverted to proper branch
selection
+ * BUILD: disable broken browser plugin
+ * DEPENDS: made gettext optional; libsecret is required only when
+ libgnome-keyring was selected; gnome-icon-theme is a runtime
depends;
+ removed non-direct dependencies

2014-10-18 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 3.14.1, simplified branch substraction



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1987369782957be0424d04407d8d845acb6513f3), Vlad Glagolev, 03/16/2015

Archive powered by MHonArc 2.6.24.

Top of Page