Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a55be38594235891c6e810b51686b8f541fe72e6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a55be38594235891c6e810b51686b8f541fe72e6)
  • Date: Fri, 5 Aug 2016 00:30:52 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

gnome3-libs/pygobject3/DETAILS | 10 +++++++---
gnome3-libs/pygobject3/HISTORY | 2 ++
gnome3-libs/pygobject3/PREPARE | 2 ++
3 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit a55be38594235891c6e810b51686b8f541fe72e6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pygobject3 3.20.1 (stable)

diff --git a/gnome3-libs/pygobject3/DETAILS b/gnome3-libs/pygobject3/DETAILS
index c3b3a9a..06bcc83 100755
--- a/gnome3-libs/pygobject3/DETAILS
+++ b/gnome3-libs/pygobject3/DETAILS
@@ -1,9 +1,13 @@
SPELL=pygobject3
+if [[ $PYGOBJECT3_BRANCH == devel ]]; then
VERSION=3.21.0
- BRANCH=`echo $VERSION | cut -d . -f 1,2`
- SOURCE=pygobject-$VERSION.tar.xz
- SOURCE_URL[0]=$GNOME_URL/sources/pygobject/$BRANCH/$SOURCE

SOURCE_HASH=sha512:68ce77da051fbc71696bbf271f3693679912e0ba352f1e107b508c0b3eb347498be52745dbf962ed424e133540f77f0f2420948c0fe65d1462fd5797b70650d8
+else
+ VERSION=3.20.1
+
SOURCE_HASH=sha512:477ea2e87b8f6651d8697947439d10be9b4febca3c834dcc86e91e13b2fc1ed3bbf6f63377ae04f63c4f24756c8b8407d959222af0308ef60bbdd86d4fae39ac
+fi
+ SOURCE=pygobject-$VERSION.tar.xz
+ SOURCE_URL[0]=$GNOME_URL/sources/pygobject/${VERSION%.*}/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/pygobject-$VERSION"
WEB_SITE=http://www.pygtk.org/
LICENSE[0]=LGPL
diff --git a/gnome3-libs/pygobject3/HISTORY b/gnome3-libs/pygobject3/HISTORY
index a6402fc..5a55f5a 100644
--- a/gnome3-libs/pygobject3/HISTORY
+++ b/gnome3-libs/pygobject3/HISTORY
@@ -1,6 +1,8 @@
2016-08-04 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS, PRE_BUILD: updated spell to 3.21.0
* BUILD: Force Python 2
+ * PREPARE, DETAILS: Use prepare_select_branch
+ Added version 3.20.1 (stable branch)

2015-01-02 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on pycairo
diff --git a/gnome3-libs/pygobject3/PREPARE b/gnome3-libs/pygobject3/PREPARE
new file mode 100755
index 0000000..b340e96
--- /dev/null
+++ b/gnome3-libs/pygobject3/PREPARE
@@ -0,0 +1,2 @@
+. "$GRIMOIRE"/FUNCTIONS &&
+prepare_select_branch stable devel



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a55be38594235891c6e810b51686b8f541fe72e6), Ismael Luceno, 08/04/2016

Archive powered by MHonArc 2.6.24.

Top of Page