[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3794: update gworkspace to 0.9.4
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r3794: update gworkspace to 0.9.4 |
Date: |
Mon, 11 Jul 2016 01:44:44 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3794
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2016-07-10 18:44:39 -0700
message:
update gworkspace to 0.9.4
modified:
pkg/gnustep/gworkspace/Makefile makefile-20160617021536-2y71qvmiwaimvy1u-241
pkg/gnustep/gworkspace/config.mk config.mk-20160617021757-k2yc463wgocof8p8-1
pkg/gnustep/gworkspace/sha256sums
sha256sums-20160617021536-2y71qvmiwaimvy1u-245
=== modified file 'pkg/gnustep/gworkspace/Makefile'
--- a/pkg/gnustep/gworkspace/Makefile 2016-06-17 19:08:15 +0000
+++ b/pkg/gnustep/gworkspace/Makefile 2016-07-11 01:44:39 +0000
@@ -17,9 +17,9 @@
NAME = GWorkspace
GARNAME = gworkspace
-GARVERSION = 0.9.3
+GARVERSION = 0.9.4
HOME_URL = http://www.gnustep.org/
-DESCRIPTION = A file manager for GNUstep
+DESCRIPTION = A file manager and desktop for GNUstep
######################################################################
@@ -29,9 +29,21 @@
SIGFILES =
BUILDDEPS =
-LIBDEPS = gnustep-base gnustep-gui
+# install these in this order, if not already installed:
+LIBDEPS = gnustep-make gnustep-base gnustep-gui gnustep-back
######################################################################
include ../../../gar/gar.lib/gnustep.mk
include config.mk
+
+# quirk of building:
+# "make" has an error
+# to get around it, first do
+# make -k install
+# THEN the right .h is installed
+# do
+# make -k install
+# AGAIN, and all is well.
+#
+#
=== modified file 'pkg/gnustep/gworkspace/config.mk'
--- a/pkg/gnustep/gworkspace/config.mk 2016-06-17 19:08:15 +0000
+++ b/pkg/gnustep/gworkspace/config.mk 2016-07-11 01:44:39 +0000
@@ -1,4 +1,4 @@
## Configuration options for gworkspace ##
CONFIGURE_OPTS ?=
-BUILD_OPTS ?=
+BUILD_OPTS ?= V=1
=== modified file 'pkg/gnustep/gworkspace/sha256sums'
--- a/pkg/gnustep/gworkspace/sha256sums 2016-06-17 19:08:15 +0000
+++ b/pkg/gnustep/gworkspace/sha256sums 2016-07-11 01:44:39 +0000
@@ -1,1 +1,1 @@
-238343a8c4e447debec75ff49f4657f74a4256a49862899214a2c80616c79049
download/gworkspace-0.9.3.tar.gz
+f3c18371c10d8ca02954017ce5c78d8f6b6ed3101a7adae86d7c557cea405632
download/gworkspace-0.9.4.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3794: update gworkspace to 0.9.4,
Carl Hansen <=