Skip to Content.
Sympa Menu

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

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 (040751ce2dc2438e2451e38a59e951182f031ab7)
  • Date: Sun, 17 Sep 2017 21:05:02 +0000

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

x11-libs/wine/DETAILS | 10 ++++++----
x11-libs/wine/HISTORY | 3 +++
2 files changed, 9 insertions(+), 4 deletions(-)

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

wine 2.17 (devel)

diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index a80aa47..083c614 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -9,16 +9,18 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
if [[ $WINE_BRANCH == devel ]]; then
- VERSION=1.9.13
+ VERSION=2.17
else
VERSION=1.8.4
fi
- SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sign
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
-
SOURCE_URL[1]=http://www.ibiblio.org/pub/linux/system/emulators/$SPELL/$SOURCE
+
SOURCE_URL[1]=http://mirrors.ibiblio.org/$SPELL/source/${VERSION%.*}.x/$SOURCE
+ SOURCE_URL[2]=http://dl.winehq.org/$SPELL/source/${VERSION%.*}.x/$SOURCE
SOURCE2_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE2
-
SOURCE2_URL[1]=http://www.ibiblio.org/pub/linux/system/emulators/$SPELL/$SOURCE2
+
SOURCE2_URL[1]=http://mirrors.ibiblio.org/$SPELL/source/${VERSION%.*}.x/$SOURCE2
+ SOURCE2_URL[2]=http://dl.winehq.org/$SPELL/source/${VERSION%.*}.x/$SOURCE2
SOURCE_GPG=wine.gpg:$SOURCE.sign:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index a8ac13d..2d3fc21 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,5 +1,8 @@
2017-09-17 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Use get_scm_version for scm branch
+ updated WINE_BRANCH=devel to 2.17
+ Fixed SOURCE2_URL[1], SOURCE_URL[1],
+ Added SOURCE2_URL[2], SOURCE_URL[2].

2016-08-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.8.4



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (040751ce2dc2438e2451e38a59e951182f031ab7), Ismael Luceno, 09/17/2017

Archive powered by MHonArc 2.6.24.

Top of Page