Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (fee006fbc375db572267eb9d49bbf5270356b465)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (fee006fbc375db572267eb9d49bbf5270356b465)
  • Date: Fri, 9 Dec 2011 16:59:13 -0600

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

ChangeLog | 4 +
kde4-look/oxygen-gtk/DEPENDS | 2
kde4-look/oxygen-gtk/DETAILS | 23
+++++++++++
kde4-look/oxygen-gtk/HISTORY | 3 +
kernels/linux/HISTORY | 4 +
kernels/linux/info/patches/maintenance_patches_3/patch-3.1.5 | 5 ++
kernels/linux/latest.defaults | 2
python-pypi/camelot/DETAILS | 4 -
python-pypi/camelot/HISTORY | 3 +
python-pypi/sqlalchemy-migrate/DETAILS | 4 -
python-pypi/sqlalchemy-migrate/HISTORY | 3 +
python-pypi/sqlalchemy/DETAILS | 4 -
python-pypi/sqlalchemy/HISTORY | 3 +
python-pypi/tempita/DETAILS | 4 -
python-pypi/tempita/HISTORY | 3 +
utils/iso-codes/DEPENDS | 3 -
utils/iso-codes/HISTORY | 2
17 files changed, 65 insertions(+), 11 deletions(-)

New commits:
commit dd915f785b7a52eee3b32808fe5e046d20b9239d
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

linux 3.1.5

commit 5727426733a5cf43a734bf72eb6f85cdfbf3384d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

iso-codes - fix dependencies

commit d240542abfc32ce906be2b6a5a02012d2a36ed6e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

tempita: => 0.5.1

commit 8d949c06871ccb9ad8ccd0f89f43f919f6ac3266
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

camelot: => 11.11.16

commit cb384bcf972c03a400866d704f25c7f5eebbce26
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

sqlalchemy-migrate: => 0.7.2

commit 6b68edb4acf63ec1bb11d7c8f2aa54b8d601a2c5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

sqlalchemy: => 0.7.3

commit 13f301f751b885bc2a3e4c0eca5eb751f41deb37
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

oxygen-gtk: new spell, a port of the default KDE widget theme to gtk

diff --git a/ChangeLog b/ChangeLog
index d37f71e..2005497 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-09 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * kde4-look/oxygen-gtk: new spell, a port of the default KDE widget
+ theme to gtk
+
2011-12-07 Robin Cook <rcook AT wyrms.net>
* xorg-proto/printproto: added back as needed to build openjdk
* xorg-lib/libxp: added back as needed to build openjdk
diff --git a/kde4-look/oxygen-gtk/DEPENDS b/kde4-look/oxygen-gtk/DEPENDS
new file mode 100755
index 0000000..3d8bb9d
--- /dev/null
+++ b/kde4-look/oxygen-gtk/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+2 &&
+depends cmake
diff --git a/kde4-look/oxygen-gtk/DETAILS b/kde4-look/oxygen-gtk/DETAILS
new file mode 100755
index 0000000..1355375
--- /dev/null
+++ b/kde4-look/oxygen-gtk/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=oxygen-gtk
+ VERSION=1.1.5
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[0]=$KDE_URL/stable/${SPELL}/${VERSION}/src/${SOURCE}
+
SOURCE_HASH=sha512:16875ddc17124794768d8ac9870ea49e2dbfde6463963dc9226ebf2b1ce88d9ddc9a5952bceb7c09ecb5e5e42bff016d1ecef2461e3717df58deb274baf6bf3a
+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
diff --git a/kde4-look/oxygen-gtk/HISTORY b/kde4-look/oxygen-gtk/HISTORY
new file mode 100644
index 0000000..d5bb499
--- /dev/null
+++ b/kde4-look/oxygen-gtk/HISTORY
@@ -0,0 +1,3 @@
+2011-12-09 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * DEPENDS, DETAILS, HISTORY: spell created
+
diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index f0d8d12..05d5e80 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,7 @@
+2011-12-09 Ladislav Hagara <hgr AT vabo.cz>
+ * latest.defaults: LATEST_maintenance_patches_3=patch-3.1.5
+ * info/patches/maintenance_patches_3/patch-3.1.5: added
+
2011-11-29 Ladislav Hagara <hgr AT vabo.cz>
* latest.defaults: LATEST_maintenance_patches_3=patch-3.1.4
* info/patches/maintenance_patches_3/patch-3.1.4: added
diff --git a/kernels/linux/info/patches/maintenance_patches_3/patch-3.1.5
b/kernels/linux/info/patches/maintenance_patches_3/patch-3.1.5
new file mode 100755
index 0000000..d1bee35
--- /dev/null
+++ b/kernels/linux/info/patches/maintenance_patches_3/patch-3.1.5
@@ -0,0 +1,5 @@
+appliedkernels="3.1"
+patchversion="${appliedkernels}.5"
+source="patch-${patchversion}.bz2"
+source_url="${KERNEL_URL}/pub/linux/kernel/v3.x/${source}"
+sha1sum="ae0b91c518a30633b55f104a4d3920f7ecf108e0"
diff --git a/kernels/linux/latest.defaults b/kernels/linux/latest.defaults
index a617a87..e5d9f47 100644
--- a/kernels/linux/latest.defaults
+++ b/kernels/linux/latest.defaults
@@ -2,7 +2,7 @@ LATEST_3=3.1
LATEST_2_6=2.6.39
LATEST_PRE_2_6=patch-2.6.39
LATEST_maintenance_patches=patch-2.6.39.4
-LATEST_maintenance_patches_3=patch-3.1.4
+LATEST_maintenance_patches_3=patch-3.1.5
LATEST_git_patches=patch-2.6.25-rc6-git7
LATEST_2_4=2.4.37.9
LATEST_PRE_2_4=patch-2.4.33-pre1
diff --git a/python-pypi/camelot/DETAILS b/python-pypi/camelot/DETAILS
index 8a1b51b..829cd26 100755
--- a/python-pypi/camelot/DETAILS
+++ b/python-pypi/camelot/DETAILS
@@ -1,7 +1,7 @@
SPELL=camelot
SPELLX=Camelot
- VERSION=11.09.10
-
SOURCE_HASH=sha512:29adaaf9bc9db056f6ec32140ba69c78353cdeb9d47885739d5e9c5204633e97ac7fc1fcb81f4a903649f27fac5f99ff4f85c4da1389de36092571a3fbdab2f3
+ VERSION=11.11.16
+
SOURCE_HASH=sha512:0bf3415a3ae5ee3eef79a70a8cf0f33f7206598be96a77d82cd9408474a1bbd3fb2ec90b7365366a2c2ab9f3b46ab7474a44865276f91c4ca0df26a9eb1f38d4
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL=http://pypi.python.org/packages/source/C/$SPELLX/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
diff --git a/python-pypi/camelot/HISTORY b/python-pypi/camelot/HISTORY
index 9c58715..faf6fe1 100644
--- a/python-pypi/camelot/HISTORY
+++ b/python-pypi/camelot/HISTORY
@@ -1,3 +1,6 @@
+2011-12-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 11.11.16
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)

diff --git a/python-pypi/sqlalchemy-migrate/DETAILS
b/python-pypi/sqlalchemy-migrate/DETAILS
index 6655c71..f792f19 100755
--- a/python-pypi/sqlalchemy-migrate/DETAILS
+++ b/python-pypi/sqlalchemy-migrate/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlalchemy-migrate
- VERSION=0.7.1
+ VERSION=0.7.2
+
SOURCE_HASH=sha512:31c56da755ccccdc0aa5eacddcb097a4bd6431ab72a5b964689b0943b50ae4b23e034ae84d8dad4707d4cf9bea5b538e015ff755318685cc17dd82497a4cb4a9
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:1a00a26b27271c231209216e1ff98eb605c9532363f55c8a1fc046dc1bd2f8d0eaf49fb25054030c4af1d0949682724dc498d8fe160a5bf9936eb057d6144d03
SOURCE_URL=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://code.google.com/p/$SPELL
diff --git a/python-pypi/sqlalchemy-migrate/HISTORY
b/python-pypi/sqlalchemy-migrate/HISTORY
index 8723432..a47ca93 100644
--- a/python-pypi/sqlalchemy-migrate/HISTORY
+++ b/python-pypi/sqlalchemy-migrate/HISTORY
@@ -1,3 +1,6 @@
+2011-12-09 Treeve Jelbert <treeve AT sourcemage.org>
+ DETAILS: version 0.7.2
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)

diff --git a/python-pypi/sqlalchemy/DETAILS b/python-pypi/sqlalchemy/DETAILS
index eebbe38..f990c6a 100755
--- a/python-pypi/sqlalchemy/DETAILS
+++ b/python-pypi/sqlalchemy/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlalchemy
CHEESESHOP_PKG=SQLAlchemy
- VERSION=0.7.2
-
SOURCE_HASH=sha512:e5ca0f44d1d9d56443275f2f8c34c02df72b8da815abd58deefbc7d0bfb3acaa328ff5fdb2912a40d71e99588ed5daceb33912a1ad811196eaa4f9c46fa9db8c
+ VERSION=0.7.3
+
SOURCE_HASH=sha512:42171cb066a5806b586f2131f4ba3acdf86f396c191f4255ed37ba5b869577564ae4ca7b595328e53265da57ce9244e08e375b04699994c9996f6e639fd94131
SOURCE="$CHEESESHOP_PKG-$VERSION.tar.gz"

SOURCE_URL[0]=http://pypi.python.org/packages/source/S/$CHEESESHOP_PKG/$SOURCE
SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/sqlalchemy/HISTORY b/python-pypi/sqlalchemy/HISTORY
index 4a505a9..321eb73 100644
--- a/python-pypi/sqlalchemy/HISTORY
+++ b/python-pypi/sqlalchemy/HISTORY
@@ -1,3 +1,6 @@
+2011-12-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.3
+
2011-08-29 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.7.2; fixed SOURCE_URL[0]

diff --git a/python-pypi/tempita/DETAILS b/python-pypi/tempita/DETAILS
index fd09510..296a05a 100755
--- a/python-pypi/tempita/DETAILS
+++ b/python-pypi/tempita/DETAILS
@@ -1,7 +1,7 @@
SPELL=tempita
SPELLX=Tempita
- VERSION=0.4
-
SOURCE_HASH=sha512:c6f628b0bc9524c8c5884783f37e48f56d3ec6800f57b0c3007a8d96def77c9391fd68ac53c98c811295e108ad0bc746c060d02a0f8bcdb31e5b22d48a9bcf1e
+ VERSION=0.5.1
+
SOURCE_HASH=sha512:5381bfd3cdfc2a0cb64d5e0d6eba7e2b5258e18396a44a3ceeeade71a664eb99dfbcc8948b79ad2b6a5dd30f91fa96079dbda98b708f4dbf7ef1d60c2677e3ff
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/T/$SPELLX/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
diff --git a/python-pypi/tempita/HISTORY b/python-pypi/tempita/HISTORY
index 8923771..aa245c4 100644
--- a/python-pypi/tempita/HISTORY
+++ b/python-pypi/tempita/HISTORY
@@ -1,3 +1,6 @@
+2011-12-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.1
+
2011-05-23 Sukneet Basuta <sukneet AT sourcemage.org>
* DEPENDS: updated setuptools dependency to SETUPTOOLS provider

diff --git a/utils/iso-codes/DEPENDS b/utils/iso-codes/DEPENDS
index 10c563b..e1437c3 100755
--- a/utils/iso-codes/DEPENDS
+++ b/utils/iso-codes/DEPENDS
@@ -1,2 +1 @@
-depends python &&
-depends pyxml
+depends gettext
diff --git a/utils/iso-codes/HISTORY b/utils/iso-codes/HISTORY
index 1d3bd17..ab5af56 100644
--- a/utils/iso-codes/HISTORY
+++ b/utils/iso-codes/HISTORY
@@ -1,5 +1,7 @@
2011-12-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.31
+ * DEPENDS: remove python,pyxml
+ add gettext

2011-08-23 Bor Kraljič <pyrobor AT ver.si>
* iso-codes.gpg: moved to section folder



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (fee006fbc375db572267eb9d49bbf5270356b465), Eric Sandall, 12/09/2011

Archive powered by MHonArc 2.6.24.

Top of Page