Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Julien ROZO (70c5b84e4b0b18b379b3437cfdf631c7bbbb8c70)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Julien ROZO (70c5b84e4b0b18b379b3437cfdf631c7bbbb8c70)
  • Date: Mon, 16 Apr 2012 09:46:10 -0500

GIT changes to master grimoire by Julien ROZO <julien AT rozo.org>:

ChangeLog | 4 ++++
kde4-look/oxygen-gtk/BUILD | 1 +
kde4-look/oxygen-gtk/DEPENDS | 3 +--
kde4-look/oxygen-gtk/DETAILS | 30 +++++++-----------------------
kde4-look/oxygen-gtk/DOWNLOAD | 1 +
kde4-look/oxygen-gtk/HISTORY | 5 +++++
kde4-look/oxygen-gtk/INSTALL | 1 +
kde4-look/oxygen-gtk/PRE_BUILD | 1 +
kde4-look/oxygen-gtk/TRIGGERS | 1 +
kde4-look/oxygen-gtk2/CONFLICTS | 1 +
kde4-look/oxygen-gtk2/DEPENDS | 2 ++
kde4-look/oxygen-gtk2/DETAILS | 23 +++++++++++++++++++++++
kde4-look/oxygen-gtk2/HISTORY | 3 +++
kde4-look/oxygen-gtk3/DEPENDS | 2 ++
kde4-look/oxygen-gtk3/DETAILS | 23 +++++++++++++++++++++++
kde4-look/oxygen-gtk3/HISTORY | 3 +++
16 files changed, 79 insertions(+), 25 deletions(-)

New commits:
commit 70c5b84e4b0b18b379b3437cfdf631c7bbbb8c70
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

oxygen-gtk3: new spell, gtk+3 port of oxygen-gtk2

commit 7921c87da777dd64482577900626e80112ba9ef5
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

oxygen-gtk2: new spell, replace oxygen-gtk (name change)

diff --git a/ChangeLog b/ChangeLog
index 9f23fbb..db93e1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-16 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * kde4-look/oxygen-gtk: spell deprecated [renamed to oxygen-gtk2]
+ * kde4-look/oxygen-gtk3: new spell, gtk+3 version of oxygen-gtk2
+
2012-04-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/mygui: new spell, a GUI library
* libs/enet: new spell, a network communcation library
diff --git a/kde4-look/oxygen-gtk/BUILD b/kde4-look/oxygen-gtk/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/kde4-look/oxygen-gtk/BUILD
@@ -0,0 +1 @@
+true
diff --git a/kde4-look/oxygen-gtk/DEPENDS b/kde4-look/oxygen-gtk/DEPENDS
index 3d8bb9d..310e593 100755
--- a/kde4-look/oxygen-gtk/DEPENDS
+++ b/kde4-look/oxygen-gtk/DEPENDS
@@ -1,2 +1 @@
-depends gtk+2 &&
-depends cmake
+depends oxygen-gtk2
diff --git a/kde4-look/oxygen-gtk/DETAILS b/kde4-look/oxygen-gtk/DETAILS
index 0f0a39b..b35ba78 100755
--- a/kde4-look/oxygen-gtk/DETAILS
+++ b/kde4-look/oxygen-gtk/DETAILS
@@ -1,23 +1,7 @@
- SPELL=oxygen-gtk
- VERSION=1.1.6
- SOURCE=${SPELL}-${VERSION}.tar.bz2
- SOURCE_URL[0]=$KDE_URL/stable/${SPELL}/${VERSION}/src/${SOURCE}
-
SOURCE_HASH=sha512:cedc372e2b6d02990c21925721ca6a1cb0043953fb25a9c23e769f961de92370659c7822ccf09c386df717592e28e44f073d6a926b8148200b2462d66ef99b56
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://kde-look.org/content/show.php/?content=136216";
- LICENSE[0]=LGPL
- ENTERED=20111209
- SHORT="a port of the default KDE widget theme (Oxygen), to gtk"
-cat << EOF
-Oxygen-Gtk is a port of the default KDE widget theme (Oxygen), to gtk.
-
-Its primary goal is to ensure visual consistency between gtk and qt-based
-applications running under kde. A secondary objective is to also have a
-stand-alone nice looking gtk theme that would behave well on other Desktop
-Environments.
-
-Unlike other attempts made to port the kde oxygen theme to gtk, this attempt
-does not depend on Qt (via some Qt to Gtk conversion engine), nor does render
-the widget appearance via hard coded pixmaps, which otherwise breaks
everytime
-some setting is changed in kde.
-EOF
+ SPELL=oxygen-gtk
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by oxygen-gtk2]
+ EOF
diff --git a/kde4-look/oxygen-gtk/DOWNLOAD b/kde4-look/oxygen-gtk/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/kde4-look/oxygen-gtk/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/kde4-look/oxygen-gtk/HISTORY b/kde4-look/oxygen-gtk/HISTORY
index 5fbe609..d0ff91b 100644
--- a/kde4-look/oxygen-gtk/HISTORY
+++ b/kde4-look/oxygen-gtk/HISTORY
@@ -1,3 +1,8 @@
+2012-04-16 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * spell deprecated [renamed to oxygen-gtk2]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2012-01-03 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 1.1.6

diff --git a/kde4-look/oxygen-gtk/INSTALL b/kde4-look/oxygen-gtk/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/kde4-look/oxygen-gtk/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/kde4-look/oxygen-gtk/PRE_BUILD b/kde4-look/oxygen-gtk/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/kde4-look/oxygen-gtk/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/kde4-look/oxygen-gtk/TRIGGERS b/kde4-look/oxygen-gtk/TRIGGERS
new file mode 100755
index 0000000..a2ca897
--- /dev/null
+++ b/kde4-look/oxygen-gtk/TRIGGERS
@@ -0,0 +1 @@
+on_cast oxygen-gtk dispel_self
diff --git a/kde4-look/oxygen-gtk2/CONFLICTS b/kde4-look/oxygen-gtk2/CONFLICTS
new file mode 100755
index 0000000..bf80f0b
--- /dev/null
+++ b/kde4-look/oxygen-gtk2/CONFLICTS
@@ -0,0 +1 @@
+conflicts oxygen-gtk y
diff --git a/kde4-look/oxygen-gtk2/DEPENDS b/kde4-look/oxygen-gtk2/DEPENDS
new file mode 100755
index 0000000..3d8bb9d
--- /dev/null
+++ b/kde4-look/oxygen-gtk2/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+2 &&
+depends cmake
diff --git a/kde4-look/oxygen-gtk2/DETAILS b/kde4-look/oxygen-gtk2/DETAILS
new file mode 100755
index 0000000..81cddda
--- /dev/null
+++ b/kde4-look/oxygen-gtk2/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=oxygen-gtk2
+ VERSION=1.2.3
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[0]=$KDE_URL/stable/${SPELL}/${VERSION}/src/${SOURCE}
+
SOURCE_HASH=sha512:6f175d63f7359423aad2f82953c28fe7673e77737ba277d69583efaee5c752a88fb4246a517262436a89aa3a707917cd7b3f0a6aed0dd63238e9872e2002fe2d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://kde-look.org/content/show.php/?content=136216";
+ LICENSE[0]=LGPL
+ ENTERED=20120416
+ SHORT="a port of the default KDE widget theme (Oxygen), to gtk"
+cat << EOF
+Oxygen-Gtk is a port of the default KDE widget theme (Oxygen), to gtk.
+
+Its primary goal is to ensure visual consistency between gtk and qt-based
+applications running under kde. A secondary objective is to also have a
+stand-alone nice looking gtk theme that would behave well on other Desktop
+Environments.
+
+Unlike other attempts made to port the kde oxygen theme to gtk, this attempt
+does not depend on Qt (via some Qt to Gtk conversion engine), nor does render
+the widget appearance via hard coded pixmaps, which otherwise breaks
everytime
+some setting is changed in kde.
+EOF
diff --git a/kde4-look/oxygen-gtk2/HISTORY b/kde4-look/oxygen-gtk2/HISTORY
new file mode 100644
index 0000000..404cc96
--- /dev/null
+++ b/kde4-look/oxygen-gtk2/HISTORY
@@ -0,0 +1,3 @@
+2012-04-16 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * CONFLICTS, DEPENDS, DETAILS, HISTORY: spell created
+
diff --git a/kde4-look/oxygen-gtk3/DEPENDS b/kde4-look/oxygen-gtk3/DEPENDS
new file mode 100755
index 0000000..0eafdc3
--- /dev/null
+++ b/kde4-look/oxygen-gtk3/DEPENDS
@@ -0,0 +1,2 @@
+depends cmake &&
+depends gtk+3
diff --git a/kde4-look/oxygen-gtk3/DETAILS b/kde4-look/oxygen-gtk3/DETAILS
new file mode 100755
index 0000000..121aa62
--- /dev/null
+++ b/kde4-look/oxygen-gtk3/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=oxygen-gtk3
+ VERSION=1.0.3
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=$KDE_URL/stable/${SPELL}/${VERSION}/src/${SOURCE}
+
SOURCE_HASH=sha512:33e8f19762f5b64020ee8d7d0b5adf3c1f4a2b8fe276a179ef7b4f69462801b83e7d5d7060d47f446d15e790deb2c798dd239ea2617d5100321c009b6ac3e97b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://kde-look.org/content/show.php/?content=136216";
+ LICENSE[0]=LGPL
+ ENTERED=20120416
+ SHORT="port of the default KDE widget theme (Oxygen), to gtk"
+cat << EOF
+Oxygen-Gtk is a port of the default KDE widget theme (Oxygen), to gtk.
+
+Its primary goal is to ensure visual consistency between gtk and qt-based
+applications running under kde. A secondary objective is to also have a
+stand-alone nice looking gtk theme that would behave well on other Desktop
+Environments.
+
+Unlike other attempts made to port the kde oxygen theme to gtk, this attempt
+does not depend on Qt (via some Qt to Gtk conversion engine), nor does render
+the widget appearance via hard coded pixmaps, which otherwise breaks
everytime
+some setting is changed in kde.
+EOF
diff --git a/kde4-look/oxygen-gtk3/HISTORY b/kde4-look/oxygen-gtk3/HISTORY
new file mode 100644
index 0000000..30f4eb3
--- /dev/null
+++ b/kde4-look/oxygen-gtk3/HISTORY
@@ -0,0 +1,3 @@
+2012-04-16 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * DEPENDS, DETAILS, HISTORY: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Julien ROZO (70c5b84e4b0b18b379b3437cfdf631c7bbbb8c70), Julien ROZO, 04/16/2012

Archive powered by MHonArc 2.6.24.

Top of Page