Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Ismael Luceno (497e65d4da38e6789abc1e48249a2db6c6f64d0e)

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 z-rejected grimoire by Ismael Luceno (497e65d4da38e6789abc1e48249a2db6c6f64d0e)
  • Date: Tue, 3 May 2016 23:20:33 +0000

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

ChangeLog | 3 +++
z-x11/openmotif/BUILD | 4 +---
z-x11/openmotif/CONFIGURE | 3 ---
z-x11/openmotif/CONFLICTS | 2 --
z-x11/openmotif/DEPENDS | 23 -----------------------
z-x11/openmotif/DETAILS | 22 +++++++---------------
z-x11/openmotif/DOWNLOAD | 1 +
z-x11/openmotif/HISTORY | 3 +++
z-x11/openmotif/INSTALL | 1 +
z-x11/openmotif/PRE_BUILD | 12 +-----------
z-x11/openmotif/PROVIDES | 1 -
z-x11/openmotif/UP_TRIGGERS | 16 ++--------------
12 files changed, 19 insertions(+), 72 deletions(-)

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

openmotif: deprecate in favor of motif

diff --git a/ChangeLog b/ChangeLog
index 00c6e99..b08477b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-05-03 Ismael Luceno <ismael AT sourcemage.org>
+ * z-x11/openmotif: spell deprecated in favor of motif
+
2016-04-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* z-games/simutrans: rename to simutrans-bin

diff --git a/z-x11/openmotif/BUILD b/z-x11/openmotif/BUILD
index 333989a..27ba77d 100755
--- a/z-x11/openmotif/BUILD
+++ b/z-x11/openmotif/BUILD
@@ -1,3 +1 @@
-OPTS="--disable-motif22-compatibility --disable-static $OPTS" &&
-#make_single &&
-default_build
+true
diff --git a/z-x11/openmotif/CONFIGURE b/z-x11/openmotif/CONFIGURE
deleted file mode 100755
index b42cba1..0000000
--- a/z-x11/openmotif/CONFIGURE
+++ /dev/null
@@ -1,3 +0,0 @@
-#config_query_option OMOTIF_CATALOG "Enable message catalog?" n \
-# "--enable-message-catalog" \
-# "--disable-message-catalog"
diff --git a/z-x11/openmotif/CONFLICTS b/z-x11/openmotif/CONFLICTS
deleted file mode 100755
index a6980cd..0000000
--- a/z-x11/openmotif/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts lesstif &&
-conflicts motif
diff --git a/z-x11/openmotif/DEPENDS b/z-x11/openmotif/DEPENDS
deleted file mode 100755
index 0c8dd8f..0000000
--- a/z-x11/openmotif/DEPENDS
+++ /dev/null
@@ -1,23 +0,0 @@
-. $GRIMOIRE/FUNCTIONS &&
-
-depends expat &&
-depends fontconfig &&
-depends freetype2 &&
-depends libtool &&
-depends libx11 &&
-depends libxt &&
-depends libxmu &&
-optional_depends libxft \
- '--enable-xft' \
- '--disable-xft' \
- 'for XFT font anti-aliasing' &&
-
-optional_depends JPEG \
- '--enable-jpeg' \
- '--disable-jpeg' \
- 'for JPEG image support' &&
-
-optional_depends libpng \
- '--enable-png' \
- '--disable-png' \
- 'for PNG image support'
diff --git a/z-x11/openmotif/DETAILS b/z-x11/openmotif/DETAILS
index a030b0e..62d7fcd 100755
--- a/z-x11/openmotif/DETAILS
+++ b/z-x11/openmotif/DETAILS
@@ -1,15 +1,7 @@
- SPELL=openmotif
- VERSION=2.3.3
- VX=`echo $VERSION |cut -c-3`
-
SOURCE_HASH=sha512:276d890692f2107aba14c927e0ff99514165621ef5ef53366a5dbd9a89b569b5327cef42efb67a44a0c27676a097d8fe85ab51a4165438ab9062f97d586737f6
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://www.motifzone.net
-
SOURCE_URL[0]=$WEB_SITE/files/public_downloads/openmotif/$VX/$VERSION/$SOURCE
- ENTERED=20020510
- LICENSE[0]=http://www.opengroup.org/openmotif/license
- KEYWORDS="x11 libs"
- SHORT="OSF/Motif GUI X11 toolkit"
-cat << EOF
-This is OpenMotif...
-EOF
+ SPELL=openmotif
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by motif]
+ EOF
diff --git a/z-x11/openmotif/DOWNLOAD b/z-x11/openmotif/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-x11/openmotif/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/z-x11/openmotif/HISTORY b/z-x11/openmotif/HISTORY
index 7699077..03b16a8 100644
--- a/z-x11/openmotif/HISTORY
+++ b/z-x11/openmotif/HISTORY
@@ -1,3 +1,6 @@
+2016-05-03 Ismael Luceno <ismael AT sourcemage.org>
+ * spell deprecated [Duplicate of motif spell]
+
2013-06-23 Remko van der Vossen <wich AT sourcemage.org>
* CONFLICTS: conlficts with motif

diff --git a/z-x11/openmotif/INSTALL b/z-x11/openmotif/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-x11/openmotif/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/z-x11/openmotif/PRE_BUILD b/z-x11/openmotif/PRE_BUILD
index f795276..27ba77d 100755
--- a/z-x11/openmotif/PRE_BUILD
+++ b/z-x11/openmotif/PRE_BUILD
@@ -1,11 +1 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-# don't build or install demos
-sed -i '/^demos/D' configure.ac &&
-sed -i 's/demos//;s/doc \\/doc/' Makefile.am &&
-rm -r demos &&
-# remove XPrint usage
-#sed -i '/Print/D' lib/Xm/XmAll.h lib/Xm/Xm.h &&
-#sed -i 's/-lXp //' lib/Xm/Makefile.am &&
-touch INSTALL NEWS AUTHORS COPYING &&
-autoreconf -f -i
+true
diff --git a/z-x11/openmotif/PROVIDES b/z-x11/openmotif/PROVIDES
deleted file mode 100755
index 26ea992..0000000
--- a/z-x11/openmotif/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-MOTIF
diff --git a/z-x11/openmotif/UP_TRIGGERS b/z-x11/openmotif/UP_TRIGGERS
index e7b696a..bc29490 100755
--- a/z-x11/openmotif/UP_TRIGGERS
+++ b/z-x11/openmotif/UP_TRIGGERS
@@ -1,14 +1,2 @@
-local OLD_SPELL_VERSION=""
-if spell_ok $SPELL; then
- OLD_SPELL_VERSION="$(installed_version $SPELL)"
- if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
- message "This is a possibly incompatible update of $SPELL..."
- message "Figuring out what spells need to be recast, this may take a
while."
- for each in $(show_up_depends $SPELL); do
- if gaze install $each | xargs readelf -d 2> /dev/null |
- grep -q "NEEDED.*libXm.so.3"; then
- up_trigger $each cast_self
- fi
- done
- fi
-fi
+up_trigger openmotif dispel_self
+up_trigger motif cast_self



  • [SM-Commit] GIT changes to master z-rejected grimoire by Ismael Luceno (497e65d4da38e6789abc1e48249a2db6c6f64d0e), Ismael Luceno, 05/03/2016

Archive powered by MHonArc 2.6.24.

Top of Page