Skip to Content.
Sympa Menu

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

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 (9e030466bd61276655fbb91c3a5c3757057179b1)
  • Date: Mon, 26 May 2008 06:26:02 -0500

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

ChangeLog | 3 +++
x11-toolkits/qgtkstyle/BUILD | 10 ++++++++++
x11-toolkits/qgtkstyle/DEPENDS | 2 ++
x11-toolkits/qgtkstyle/DETAILS | 21 +++++++++++++++++++++
x11-toolkits/qgtkstyle/HISTORY | 2 ++
x11-toolkits/qgtkstyle/PREPARE | 2 ++
6 files changed, 40 insertions(+)

New commits:
commit 9e030466bd61276655fbb91c3a5c3757057179b1
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

Manually merge ChangeLog changes

commit c0136d7a78c4c8f33d4d0dfbcb49d522ab61e53b
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

qgtkstyle: New spell, a Qt style rendered using GTK.

diff --git a/ChangeLog b/ChangeLog
index b704f5a..952902f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2008-05-26 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* perl-cpan/wakeonlan: new spell

+2008-05-25 Juuso Alasuutari <iuso AT sourcemage.org>
+ * x11-toolkits/qgtkstyle: New spell, a Qt style rendered using GTK.
+
2008-05-24 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/pylzma: new spell, python bindings -> LZMA compression
library
* xfce/xfce4-dict: new spell, query a dictionary server with
program/pp
diff --git a/x11-toolkits/qgtkstyle/BUILD b/x11-toolkits/qgtkstyle/BUILD
new file mode 100755
index 0000000..d68ca02
--- /dev/null
+++ b/x11-toolkits/qgtkstyle/BUILD
@@ -0,0 +1,10 @@
+if [[ -z $QTDIR && -f /etc/profile.d/qt.sh ]]
+then
+ source /etc/profile.d/qt.sh
+fi &&
+
+QTDIR="${QTDIR:-$INSTALL_ROOT/usr}" &&
+PATH="$QTDIR/bin/qt4:$PATH" &&
+
+qmake &&
+make
diff --git a/x11-toolkits/qgtkstyle/DEPENDS b/x11-toolkits/qgtkstyle/DEPENDS
new file mode 100755
index 0000000..83d69bd
--- /dev/null
+++ b/x11-toolkits/qgtkstyle/DEPENDS
@@ -0,0 +1,2 @@
+depends qt4 &&
+depends gconf2
diff --git a/x11-toolkits/qgtkstyle/DETAILS b/x11-toolkits/qgtkstyle/DETAILS
new file mode 100755
index 0000000..45a9478
--- /dev/null
+++ b/x11-toolkits/qgtkstyle/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=qgtkstyle
+if [[ $QGTKSTYLE_VCS_AUTOUPDATE == y ]]
+then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=svn
+fi
+ SOURCE=$SPELL-svn.tar.bz2
+ SOURCE_URL[0]=svn://labs.trolltech.com/svn/styles/gtkstyle:$SPELL
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
+ LICENSE[0]=GPL
+ WEB_SITE=http://labs.trolltech.com/page/Projects/Styles/GtkStyle
+ ENTERED=20080525
+ KEYWORDS="qt gtk style"
+ SHORT="A Qt style rendered using GTK"
+cat << EOF
+QGtkStyle is a Qt style rendered using GTK to give a native appearence
+for Qt applications running on the GNOME desktop.
+EOF
diff --git a/x11-toolkits/qgtkstyle/HISTORY b/x11-toolkits/qgtkstyle/HISTORY
new file mode 100644
index 0000000..5c405d3
--- /dev/null
+++ b/x11-toolkits/qgtkstyle/HISTORY
@@ -0,0 +1,2 @@
+2008-05-25 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, PREPARE, DEPENDS, BUILD: Created spell.
diff --git a/x11-toolkits/qgtkstyle/PREPARE b/x11-toolkits/qgtkstyle/PREPARE
new file mode 100755
index 0000000..2d87231
--- /dev/null
+++ b/x11-toolkits/qgtkstyle/PREPARE
@@ -0,0 +1,2 @@
+config_query QGTKSTYLE_VCS_AUTOUPDATE \
+ "Update automatically on every system update?" n



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (9e030466bd61276655fbb91c3a5c3757057179b1), Juuso Alasuutari, 05/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page