summaryrefslogtreecommitdiffstats
path: root/x11-libs
diff options
context:
space:
mode:
authorTreeve Jelbert2015-12-19 17:36:03 +0100
committerTreeve Jelbert2015-12-19 17:47:13 +0100
commit6d61cec544023d2c5e2e36a7d457d860c88e5902 (patch)
treeaad79099d9dca48406d6d4d80cdcc01a7742b8e2 /x11-libs
parentd941db5713ebf403cc644e33ff1830c037c09fbb (diff)
wine: => 1.8
Diffstat (limited to 'x11-libs')
-rwxr-xr-xx11-libs/wine/DEPENDS11
-rwxr-xr-xx11-libs/wine/DETAILS4
-rw-r--r--x11-libs/wine/HISTORY4
3 files changed, 8 insertions, 11 deletions
diff --git a/x11-libs/wine/DEPENDS b/x11-libs/wine/DEPENDS
index a2cc150168..aa3aae1b1a 100755
--- a/x11-libs/wine/DEPENDS
+++ b/x11-libs/wine/DEPENDS
@@ -52,17 +52,10 @@ optional_depends JPEG \
'--without-jpeg' \
'for JPEG supprt' &&
-if [[ "x$WINE_BRANCH" == "xscm" || "x$WINE_BRANCH" == "xdevel" ]]; then
- optional_depends lcms2 \
+optional_depends lcms2 \
'--with-cms' \
'--without-cms' \
- 'for CMS color management'
-else
- optional_depends lcms \
- '--with-cms' \
- '--without-cms' \
- 'for CMS color management'
-fi &&
+ 'for CMS color management' &&
optional_depends libgphoto2 \
'--with-gphoto' \
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 1ab007282b..74500a5eee 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -9,9 +9,9 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
if [[ $WINE_BRANCH == devel ]]; then
- VERSION=1.8-rc3
+ VERSION=1.8
else
- VERSION=1.6.1
+ VERSION=1.8
fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 72a57d2196..aba6bde5e6 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,7 @@
+2015-12-19 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.8
+ * DEPENDS: only lcms2 is supported
+
2015-12-05 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.8-rc3 (devel)