Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (49d6d306cf05ef33ed66210b285b9891f46067c4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (49d6d306cf05ef33ed66210b285b9891f46067c4)
  • Date: Wed, 18 Apr 2007 12:17:49 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

ChangeLog | 2 ++
x11-toolkits/polymer/BUILD | 1 +
x11-toolkits/polymer/CONFIGURE | 11 +++++++++++
x11-toolkits/polymer/DEPENDS | 10 ++++++++++
x11-toolkits/polymer/DETAILS | 16 ++++++++++++++++
x11-toolkits/polymer/HISTORY | 2 ++
x11-toolkits/polymer/PRE_BUILD | 4 ++++
7 files changed, 46 insertions(+)

New commits:
commit 49d6d306cf05ef33ed66210b285b9891f46067c4
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

polymer: New spell, a Qt 3.x port of KDE's Plastik style.

diff --git a/ChangeLog b/ChangeLog
index 7ef0c60..12937ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2007-04-18 Juuso Alasuutari <iuso AT sourcemage.org>
* utils/rtirq: New spell, script that raises audio devices' IRQ
thread priorities.
+ * x11-toolkits/polymer: New spell, Qt 3.x port of KDE's Plastik
+ style.

2007-04-17 Eric Sandall <sandalle AT sourcemage.org>
* http/nvu: Added Mozilla-based web page editor
diff --git a/x11-toolkits/polymer/BUILD b/x11-toolkits/polymer/BUILD
new file mode 100755
index 0000000..7f19baf
--- /dev/null
+++ b/x11-toolkits/polymer/BUILD
@@ -0,0 +1 @@
+OPTS="$POLYMER_MMX $POLYMER_SSE2 $OPTS" default_build
diff --git a/x11-toolkits/polymer/CONFIGURE b/x11-toolkits/polymer/CONFIGURE
new file mode 100755
index 0000000..9ce907c
--- /dev/null
+++ b/x11-toolkits/polymer/CONFIGURE
@@ -0,0 +1,11 @@
+config_query_option POLYMER_MMX \
+ "Enable MMX optimizations?" \
+ n \
+ "--enable-mmx" \
+ "--disable-mmx" &&
+
+config_query_option POLYMER_SSE2 \
+ "Enable SSE2 optimizations?" \
+ n \
+ "--enable-sse2" \
+ "--disable-sse2"
diff --git a/x11-toolkits/polymer/DEPENDS b/x11-toolkits/polymer/DEPENDS
new file mode 100755
index 0000000..21d1324
--- /dev/null
+++ b/x11-toolkits/polymer/DEPENDS
@@ -0,0 +1,10 @@
+depends g++ &&
+depends qt-x11 &&
+
+. "$GRIMOIRE/FUNCTIONS" &&
+
+if check_if_xorg_modular_libs qt-x11
+then
+ depends libxext &&
+ depends libx11
+fi
diff --git a/x11-toolkits/polymer/DETAILS b/x11-toolkits/polymer/DETAILS
new file mode 100755
index 0000000..6e33a97
--- /dev/null
+++ b/x11-toolkits/polymer/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=polymer
+ VERSION=0.3.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://static.int.pl/~mig21/dev/releases/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:6e9923070ebbb42235db920717275366763acd89b7f47fed514f181a9f1a21dea10179ea4711c4327ec9fc41456444fe4011662479eef252c7e505f89bbc5dde
+ WEB_SITE=http://static.int.pl/~mig21/dev/releases/$SPELL
+ ENTERED=20070418
+ LICENSE[0]=GPL
+ KEYWORDS="qt x11 themes"
+ SHORT="Qt 3.x port of KDE's Plastik style."
+cat << EOF
+Polymer (formerly known as Plastique) is a port of KDE style Plastik, which
+does not depend on any KDE libraries. This means, that you only need Qt 3.x
+to make your Qt applications look as if you had KDE installed.
+EOF
diff --git a/x11-toolkits/polymer/HISTORY b/x11-toolkits/polymer/HISTORY
new file mode 100644
index 0000000..0a511ef
--- /dev/null
+++ b/x11-toolkits/polymer/HISTORY
@@ -0,0 +1,2 @@
+2007-04-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, CONFIGURE, DEPENDS, PRE_BUILD, BUILD: Created spell.
diff --git a/x11-toolkits/polymer/PRE_BUILD b/x11-toolkits/polymer/PRE_BUILD
new file mode 100755
index 0000000..a6adfcd
--- /dev/null
+++ b/x11-toolkits/polymer/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s|/plugins|/lib/qt/plugins|" Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (49d6d306cf05ef33ed66210b285b9891f46067c4), Juuso Alasuutari, 04/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page