Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (21de9c7bcc606c1237d636eec1ae92a7fb4e8618)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (21de9c7bcc606c1237d636eec1ae92a7fb4e8618)
  • Date: Fri, 23 Apr 2021 21:45:40 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

gnome2-libs/vte/DEPENDS | 7
gnome2-libs/vte/DETAILS | 6
gnome2-libs/vte/HISTORY | 4
gnome2-libs/vte/HISTORY.orig | 390
+++++++++++++++++++++++++++++++++++++++++++
4 files changed, 403 insertions(+), 4 deletions(-)

New commits:
commit 21de9c7bcc606c1237d636eec1ae92a7fb4e8618
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

vte: fixup download, vala dep with gir

diff --git a/gnome2-libs/vte/DEPENDS b/gnome2-libs/vte/DEPENDS
index 4c2d31a..db9c7d4 100755
--- a/gnome2-libs/vte/DEPENDS
+++ b/gnome2-libs/vte/DEPENDS
@@ -7,7 +7,12 @@ depends pango &&
optional_depends fribidi fribidi={true,false} 'for FriBidi support' &&
optional_depends glade3 glade={true,false} 'for glade catalogue file' &&
optional_depends gnutls gnutls={true,false} 'for GNUTLS support' &&
-optional_depends gobject-introspection gir={true,false} 'for introspection'
&&
+optional_depends vala vapi={true,false} 'for vala bindings (requires
gobject-introspection)' &&
+if is_depends_enabled $SPELL vala; then
+ depends gobject-introspection "gir=true"
+else
+ optional_depends gobject-introspection gir={true,false} 'for introspection'
+fi &&
optional_depends gtk+3 gtk3={true,false} 'for GTK+ 3.x support' &&
optional_depends gtk+4 gtk4={true,false} 'for GTK+ 4.x support' &&
optional_depends gtk-doc docs={true,false} 'to build documentation' &&
diff --git a/gnome2-libs/vte/DETAILS b/gnome2-libs/vte/DETAILS
index ebb8293..167c99e 100755
--- a/gnome2-libs/vte/DETAILS
+++ b/gnome2-libs/vte/DETAILS
@@ -2,10 +2,10 @@
SPELL=vte
VERSION=0.64.0
SECURITY_PATCH=1
- SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/${VERSION%.*}/$SOURCE
-
SOURCE_HASH=sha512:64c329d192ac4d48676d06a256a72f7e723779800e01c3ae81a0791224d4ca2ed967941d31678d6a97cde90493c3d670cd9f310437523be9e06bab3db72c5399
+
SOURCE_URL[0]="https://gitlab.gnome.org/GNOME/$SPELL/-/archive/$VERSION/$SOURCE";
+
SOURCE_HASH=sha512:114f600b9708b1b08b1e2d995042ecceb43fe153cb35487bff5bd725a9c184a894b375f16fcc789958956504365e4e74e54d1cdc75a89054b4a622860cb7ab7d
LICENSE[0]=LGPL
WEB_SITE=http://www.gnome.org/
ENTERED=20020314
diff --git a/gnome2-libs/vte/HISTORY b/gnome2-libs/vte/HISTORY
index 27fafd2..85f1c90 100644
--- a/gnome2-libs/vte/HISTORY
+++ b/gnome2-libs/vte/HISTORY
@@ -1,3 +1,7 @@
+2021-04-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: switch to another source, download fails otherwise
+ * DEPENDS: vala, coupled with gir
+
2021-04-22 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.64.0
* CONFIGURE, DETAILS: switched to meson build system
diff --git a/gnome2-libs/vte/HISTORY.orig b/gnome2-libs/vte/HISTORY.orig
new file mode 100644
index 0000000..27fafd2
--- /dev/null
+++ b/gnome2-libs/vte/HISTORY.orig
@@ -0,0 +1,390 @@
+2021-04-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.64.0
+ * CONFIGURE, DETAILS: switched to meson build system
+ * BUILD: removed, no longer needed
+ * DEPENDS: updated dependencies
+ * SUB_DEPENDS, PRE_SUB_DEPENDS: remove pygtk2
+ * PRE_BUILD, patches/0001-Fix-build-against-musl.patch: fixed build
against musl
+
+2018-04-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.52.1
+
+2018-03-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.52.0
+
+2018-01-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.50.2
+
+2013-08-15 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on intltool
+
+2012-12-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: removed dependencies on expat, libffi, libxau, libxcb,
libxdmcp,
+ libxrender and pcre
+
+2012-12-27 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: added dependencies on cairo, expat, gdk-pixbuf2,
+ harfbuzz, libffi, libpng, libxau, libxcb, libxdmcp, libxext,
+ libxrender, pcre, pixman
+ * DETAILS: bumped PATCHLEVEL
+
+2011-09-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.28.2
+
+2011-06-19 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.28.1
+
+2011-04-11 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.28.0
+
+2010-11-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.26.2
+
+2010-09-30 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 0.26.0
+
+2010-09-19 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 0.25.91
+
+2010-07-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.24.3, SECURITY_PATCH=1, #15764
+
+2010-07-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing python dep
+
+2010-06-22 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.24.2
+
+2010-05-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.24.1
+
+2010-03-30 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 0.24.0
+
+2010-03-13 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 0.23.5
+
+2010-02-14 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * SUB_DEPENDS: corrected the option to enable python
+
+2009-12-26 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * BUILD, CONFIGURE: added option to prohibit VTE from using
+ deprecated GLib/Pango/ATK/GDK/GTK+ features
+
+2009-11-22 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.22.5
+
+2009-11-09 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.22.4
+
+2009-10-27 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.22.3
+
+2009-10-01 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.22.2
+
+2009-09-26 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.22.1
+
+2009-09-22 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.22.0
+
+2009-06-10 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.20.5
+
+2009-06-04 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.20.4
+
+2009-05-26 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.20.3
+
+2009-05-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.20.2
+
+2009-03-27 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.20.0
+
+2009-03-08 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.19.4
+
+2008-10-05 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.17.4
+ * DEPENDS: added libx11 and fontconfig
+
+2008-06-05 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.16.14
+
+2008-03-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.16.13
+
+2008-02-11 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_SUB_DEPENDS, SUB_DEPENDS: Allow packages to require pygtk2
+
+2008-01-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.16.12
+
+2007-12-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.16.11
+
+2007-12-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.16.10
+
+2007-09-21 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.16.9
+
+2007-08-04 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.16.8
+
+2007-07-29 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.16.7
+
+2007-06-23 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.16.6
+
+2007-06-04 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.16.5
+
+2007-05-28 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.16.4
+
+2007-04-27 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.16.3
+
+2007-04-09 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.16.1
+ * PRE_BUILD: removed as patches no longer needed
+
+2007-03-25 George Sherwood <george AT beernabeer.com>
+ * DETAILS: PATCHLEVEL++
+ * PRE_BUILD: Bug fix patch.
+ * vte-terminal.patch: Fixes this bug in at least terminal
+ http://bugzilla.gnome.org/show_bug.cgi?id=419116
+
+2007-03-16 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.16.0
+
+2007-02-27 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.15.5
+
+2007-02-11 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.14.2
+
+2006-11-08 Flavien Bridault <vlaaad AT sourcemage.org>
+ * TRIGGERS: Removed, python upgrades are now handled in the python
spell
+
+2006-10-03 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 0.14.1
+
+2006-09-07 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.14.0
+
+2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED (deprecated in favor of
+ PATCHLEVEL).
+
+2006-05-27 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.12.2
+
+2006-04-29 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.12.1
+
+2006-03-13 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.12.0
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-03-10 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.21
+
+2006-03-04 Robin Cook <rcook AT wyrms.net>
+ * BUILD: fix so GL option will work with monolithic xorg
+
+2006-02-28 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.20
+
+2006-02-19 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.18
+
+2006-01-29 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.17
+
+2006-01-04 Robin Cook <rcook AT wyrms.net>
+ * PRE_BUILD: removed as correct patch applied to gtk-sharp
+
+2006-01-05 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: added PATCHLEVEL to force rebuild
+
+2006-01-04 Robin Cook <rcook AT wyrms.net>
+ * PRE_BUILD: added to apply patch to pix the pkgconfig file for now
+
+2005-12-30 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.16
+
+2005-10-27 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Remove query checking code (now using config_query_option)
+ Renamed XFT2 to VTE_XFT2 and PANGOX to VTE_PANGOX
+ Add CONFIGURE flags to the end of OPTS
+ * CONFIGURE: Renamed XFT2 to VTE_XFT2 and PANGOX to VTE_PANGOX
+ Removed query for GLX
+ Changed queries for XFT2 and PANGOX to config_query_options
+ Changed text for PANGOX (for X fonts with Pango)
+ * DEPENDS: Added optional dependency on OPENGL (for GLX)
+ Added flags to dependency on pango (for PANGOX)
+
+2005-08-27 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.15
+
+2005-08-14 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.14
+ converted MD5 to GPG
+ removed BUILD_API
+ * DEPENDS: added gtk-doc as optional depends
+ * CONFIGURE: added ask queries on drawings types
+ * BUILD: set OPTS by queries
+
+2005-04-14 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.13
+ updated MD5
+
+2005-04-07 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Removed MAKE_NJOBS=1
+ Shortened SHORT
+ * BUILD: Run make_single before make and make_normal afterwards
+
+2005-03-03 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.12
+ updated MD5
+ corrected WEBSITE
+ * BUILD: removed as patch no longer needed
+
+2004-12-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Removed glib2 (pango already depends on it)
+ Formatted to Guru Handbook
+ * TRIGGERS: Python renamed to python
+
+2004-09-04 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: added BUILD_API=2
+ removed SOURCE_URL[1]
+ removed MAINTAINER
+
+2004-05-25 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: set updated to force recast
+ * BUILD: anded applying the keymap patch
+ * NOTE: created keymap.diff file
+
+2004-05-07 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.11
+ updated MD5
+
+2003-03-15 Robin Cook <rcook AT wyrms.net>
+ * BUILD: added --disable-gtk-doc to OPTS
+
+2004-03-11 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: removed MAINTAINER
+
+2003-08-03 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DEPENDS: added optional_depends on pygtk
+ * TRIGGER: added trigger on_cast python cast_self, only registered if
+ compiled with python support
+
+2003-06-23 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.10
+ updated MD5
+
+2003-05-24 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.9
+ updated MD5
+
+2003-05-24 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.8
+ updated MD5
+
+2003-05-10 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.6
+ updated MD5
+
+2003-04-25 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.4
+ updated MD5
+
+2003-04-18 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.3
+ updated MD5
+
+2003-04-15 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.1
+ updated MD5
+
+2003-03-30 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.11.0
+ updated MD5
+
+2003-03-04 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.26
+ updated MD5
+
+2003-02-25 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: reverted back to 0.10.25 due to bug
+ updated MD5
+
+2003-02-25 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.25
+ updated MD5
+
+2003-02-22 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.23
+ updated MD5
+
+2003-02-20 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.22
+ updated MD5
+
+2003-02-16 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.20
+ updated MD5
+
+2003-02-03 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.17
+ updated MD5
+
+2003-01-31 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.16
+ updated MD5
+
+2003-01-30 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.15
+ updated MD5
+
+2003-01-23 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.14
+ updated MD5
+
+2003-01-20 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.12
+ updated MD5
+
+2003-01-19 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.11
+ updated MD5
+
+2003-01-14 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.10
+ updated MD5
+
+2003-01-06 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.8
+ updated MD5
+
+2002-12-12 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.7
+ updated MD5
+
+2002-12-04 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.5
+ updated MD5
+
+2002-11-12 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.10.4
+ updated MD5
+



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (21de9c7bcc606c1237d636eec1ae92a7fb4e8618), Thomas Orgis, 04/23/2021

Archive powered by MHonArc 2.6.24.

Top of Page