Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (adf5fe2cfb240d15408afb1de41f9b8e62f73722)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (adf5fe2cfb240d15408afb1de41f9b8e62f73722)
  • Date: Sat, 27 May 2017 11:49:09 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 5
dev/null |binary
disk/udisks/DEPENDS | 2
disk/udisks/DETAILS | 4
disk/udisks/HISTORY | 4
gnome2-libs/gnome-themes/DETAILS | 4
gnome2-libs/gnome-themes/HISTORY | 4
gnome2-libs/gnome-themes/gnome-themes-2.32.0.tar.bz2.sig |binary
gnome2-libs/gtk-engines2/BUILD | 2
gnome2-libs/gtk-engines2/CONFIGURE | 2
gnome2-libs/gtk-engines2/DEPENDS | 9
gnome2-libs/gtk-engines2/DETAILS | 2
gnome2-libs/gtk-engines2/HISTORY | 15 -
gnome2-libs/gtk-engines2/INSTALL | 2
gnome2-libs/gtk-engines2/PRE_BUILD | 3
gnome2-libs/gtk-engines2/animation.c.patch | 11
gnome2-libs/gtk-engines2/gtk-engines-2.20.2.tar.bz2.sig |binary
gnome3-libs/gtk-engines3/BUILD | 41 +++
gnome3-libs/gtk-engines3/CONFIGURE | 10
gnome3-libs/gtk-engines3/CONFLICTS | 8
gnome3-libs/gtk-engines3/DEPENDS | 8
gnome3-libs/gtk-engines3/DETAILS | 47 +++
gnome3-libs/gtk-engines3/HISTORY | 187
+++++++++++++++
gnome3-libs/gtk-engines3/PRE_BUILD | 3
gnome3-libs/gtk-engines3/animation.c.patch | 11
gnome3-libs/gtk-engines3/gtk-engines-2.91.1.tar.bz2.sig |binary
26 files changed, 340 insertions(+), 44 deletions(-)

New commits:
commit adf5fe2cfb240d15408afb1de41f9b8e62f73722
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

gtk-engines3: proper spell for Gtk+3 theme engines

commit 83275476cca742e67714ebd62f077331bb0699d9
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

gtk-engines2: some fixup of options

commit 1cc91ca9b8e9c0fd8b1842467489d6928a06e4ee
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

gnome-themes: version 2.32.1

commit 106ac1060b83fb2c473a29562e14c34a2ab7b639
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

gtk-engines2: revert to version 2.20.2

This is the usable version for Gtk+2, with some fixes compared to the
history one (see HISTORY).

This reverts commit e5befffbcb8f7d8c7749d255cbded02950debd24.

commit 81aea644ab2ee5c942f190831d09753cca6b6ab5
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

Revert "gtk-engines2 2.91.1"

This reverts commit e5befffbcb8f7d8c7749d255cbded02950debd24.

commit 9a286ad99c5b592599892bd04304d2d6fd4728aa
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

Revert "gnome2-libs/gtk-engines2: fixed compile error"

This reverts commit 3b5641108b68c00f19775c3d7b93c9b515e1dd1e.

commit 073cd5f716f8daa085bace535891b0cd3e664a74
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

Revert "gnome2-libs/gtk-engines2: added symlink for compatibility with
older"

This reverts commit 5e6a6129448ae41f61059b51e71fc529749c4b0d.

commit 8677a86d091e264f0ec85a7ed202541afe2f46d8
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

gnome-themes: go back to a version that at least works with gtk+2

The version 3.0.0 installs gtk+3 themes that don't even work with current
gtk+3. As this is gnome2-libs/gnome-themes, it should install gtk+2
themes anyway. Please keep it like that. If there was a current working
gnome-themes for gtk+3, gnome3-libs/gnome-themes3 should be created.

This reverts commit 06a04bc143b19e266a5bbe631e71860856f6827a.

commit db09ecb367321b71fc94e06e54772f534d14caf4
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

udisks: version 1.0.5 and dependency on libgudev, not outdated
sub-depends on udev with glib

diff --git a/ChangeLog b/ChangeLog
index 9af65fd..586cf6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * gnome3-libs/gtk-engines3: moved current gtk-engines version
+ to proper place to be able to downgrade gtk-engines2 for gtk+2
+ again
+
2017-05-23 Treeve Jelbert <treeve AT sourcemage.org>
* libs/libusbx: spell deprecated [replaced by libusb]

diff --git a/disk/udisks/DEPENDS b/disk/udisks/DEPENDS
index 08a22f6..ef09d3f 100755
--- a/disk/udisks/DEPENDS
+++ b/disk/udisks/DEPENDS
@@ -5,7 +5,7 @@ depends libatasmart &&
depends docbook-xsl &&
depends -sub GOBJ policykit &&
depends dbus-glib &&
-depends -sub GUDEV DEVICE-MANAGER &&
+depends libgudev &&

optional_depends man \
"--enable-man-pages" \
diff --git a/disk/udisks/DETAILS b/disk/udisks/DETAILS
index afc587b..723591d 100755
--- a/disk/udisks/DETAILS
+++ b/disk/udisks/DETAILS
@@ -1,6 +1,6 @@
SPELL=udisks
- VERSION=1.0.4
-
SOURCE_HASH=sha512:8c9ac4e234cd7680ab1b024dfa9786ec127961c6bbcef352f7bac09972a39632b824587718177ed35bf036702d716bc893a8f71a374bf99de79342a46907a8ac
+ VERSION=1.0.5
+
SOURCE_HASH=sha512:bdf4970113975221ff0e17866db18fd969ff9c8e1e851c8ad7572630814ab0c46b59df59433edcb2e7cc41cc8152afd35807f45e07f6d0fa87b21b5a77d0965a
SECURITY_PATCH=2
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://hal.freedesktop.org/releases/${SOURCE}
diff --git a/disk/udisks/HISTORY b/disk/udisks/HISTORY
index 0d775bd..014358f 100644
--- a/disk/udisks/HISTORY
+++ b/disk/udisks/HISTORY
@@ -1,3 +1,7 @@
+2017-05-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 1.0.5
+ * DEPENDS: libgudev
+
2015-02-11 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: UDEV -> DEVICE-MANAGER

diff --git a/gnome2-libs/gnome-themes/DETAILS
b/gnome2-libs/gnome-themes/DETAILS
index 10728e8..182082b 100755
--- a/gnome2-libs/gnome-themes/DETAILS
+++ b/gnome2-libs/gnome-themes/DETAILS
@@ -1,10 +1,10 @@
SPELL=gnome-themes
- VERSION=3.0.0
+ VERSION=2.32.1
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_HASH=sha512:126331b89a102d20ee2467b8400beec5dbb3540b77f61dea1ac0d0442112385efc5a5dbe67c260c2410c4223d4e036034b04de53298322ac24e6968757372721
LICENSE[0]=LGPL
WEB_SITE=http://www.gnome.org
ENTERED=20020314
diff --git a/gnome2-libs/gnome-themes/HISTORY
b/gnome2-libs/gnome-themes/HISTORY
index 7280628..1570165 100644
--- a/gnome2-libs/gnome-themes/HISTORY
+++ b/gnome2-libs/gnome-themes/HISTORY
@@ -1,5 +1,5 @@
-2011-04-14 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 3.0.0
+2017-05-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 2.32.1

2010-09-30 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.32.0
diff --git a/gnome2-libs/gnome-themes/gnome-themes-2.32.0.tar.bz2.sig
b/gnome2-libs/gnome-themes/gnome-themes-2.32.0.tar.bz2.sig
new file mode 100644
index 0000000..f9f86f6
Binary files /dev/null and
b/gnome2-libs/gnome-themes/gnome-themes-2.32.0.tar.bz2.sig differ
diff --git a/gnome2-libs/gnome-themes/gnome-themes-3.0.0.tar.bz2.sig
b/gnome2-libs/gnome-themes/gnome-themes-3.0.0.tar.bz2.sig
deleted file mode 100644
index 4c009df..0000000
Binary files a/gnome2-libs/gnome-themes/gnome-themes-3.0.0.tar.bz2.sig and
/dev/null differ
diff --git a/gnome2-libs/gtk-engines2/BUILD b/gnome2-libs/gtk-engines2/BUILD
index 71c55b9..3206171 100755
--- a/gnome2-libs/gtk-engines2/BUILD
+++ b/gnome2-libs/gtk-engines2/BUILD
@@ -31,7 +31,7 @@ if [ "$GTKENGINE_THINICE" == "n" ]; then
fi &&

if [ "$GTKENGINE_LUA" == "y" ]; then
- OPTS="$OPTS --enable-thinice"
+ OPTS="$OPTS --enable-lua"
fi &&

if [ "$GTKENGINE_ANIMATION" == "y" ]; then
diff --git a/gnome2-libs/gtk-engines2/CONFIGURE
b/gnome2-libs/gtk-engines2/CONFIGURE
index 0f5712f..a27ee82 100755
--- a/gnome2-libs/gtk-engines2/CONFIGURE
+++ b/gnome2-libs/gtk-engines2/CONFIGURE
@@ -7,4 +7,4 @@ config_query GTKENGINE_REDMOND "Enable Redmond engine and
theme?" y &&
config_query GTKENGINE_GLIDE "Enable Glide engine and theme?" y
&&
config_query GTKENGINE_THINICE "Enable Thinice engine and theme?" y
&&
config_query GTKENGINE_LUA "Enable Lua engine and theme?" y
&&
-config_query GTKENGINE_ANIMATION "Enable Animation engine and theme?" y

+config_query GTKENGINE_ANIMATION "Enable animations in Clearlooks?" y

diff --git a/gnome2-libs/gtk-engines2/DEPENDS
b/gnome2-libs/gtk-engines2/DEPENDS
index b49148d..edffa0e 100755
--- a/gnome2-libs/gtk-engines2/DEPENDS
+++ b/gnome2-libs/gtk-engines2/DEPENDS
@@ -1,8 +1 @@
-depends gtk+3 &&
-depends atk &&
-depends pango &&
-depends gdk-pixbuf2 &&
-depends cairo &&
-depends freetype2 &&
-depends fontconfig &&
-depends glib2
+depends gtk+2
diff --git a/gnome2-libs/gtk-engines2/DETAILS
b/gnome2-libs/gtk-engines2/DETAILS
index 1d3ba0c..fe7ff17 100755
--- a/gnome2-libs/gtk-engines2/DETAILS
+++ b/gnome2-libs/gtk-engines2/DETAILS
@@ -1,5 +1,5 @@
SPELL=gtk-engines2
- VERSION=2.91.1
+ VERSION=2.20.2
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=gtk-engines-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gtk-engines-$VERSION
diff --git a/gnome2-libs/gtk-engines2/HISTORY
b/gnome2-libs/gtk-engines2/HISTORY
index b79589a..46ea004 100644
--- a/gnome2-libs/gtk-engines2/HISTORY
+++ b/gnome2-libs/gtk-engines2/HISTORY
@@ -1,13 +1,8 @@
-2012-01-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DEPENDS: changed dependency on gtk+2 to gtk+3, added missing
- dependencies on atk, pango, gdk-pixbuf2, cairo, freetype2,
- fontconfig and glib2.
- * PRE_BUILD, animation.c.patch: fixed compile error
- * INSTALL: added symlink to gtk-engines-3.pc to fix packages which
- expect gtk-engines-2.pc
-
-2011-04-14 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 2.91.1
+2017-05-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * all: Revert to the Gtk+2 version; Gtk+3 theme engines come with
+ gtk-engines3.
+ * BUILD: fix lua option (just an engine name, not 'the' lua)
+ * CONFIGURE: fix description of animation option

2010-10-02 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.20.2
diff --git a/gnome2-libs/gtk-engines2/INSTALL
b/gnome2-libs/gtk-engines2/INSTALL
deleted file mode 100755
index 1e802dd..0000000
--- a/gnome2-libs/gtk-engines2/INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
-default_install &&
-ln -s /usr/lib/pkgconfig/gtk-engines-3.pc
${INSTALL_ROOT}/usr/lib/pkgconfig/gtk-engines-2.pc
diff --git a/gnome2-libs/gtk-engines2/PRE_BUILD
b/gnome2-libs/gtk-engines2/PRE_BUILD
deleted file mode 100755
index b7fc0e7..0000000
--- a/gnome2-libs/gtk-engines2/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-patch -p1 < ${SCRIPT_DIRECTORY}/animation.c.patch
diff --git a/gnome2-libs/gtk-engines2/animation.c.patch
b/gnome2-libs/gtk-engines2/animation.c.patch
deleted file mode 100644
index 3cf6af1..0000000
--- a/gnome2-libs/gtk-engines2/animation.c.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtk-engines-2.91.1/engines/clearlooks/src/animation.c.orig 2012-01-15
14:42:22.742666206 +0100
-+++ gtk-engines-2.91.1/engines/clearlooks/src/animation.c 2012-01-15
14:42:47.796339351 +0100
-@@ -28,7 +28,7 @@
- #include "animation.h"
-
- #ifdef HAVE_WORKING_ANIMATION
--#include <glib/gtimer.h>
-+#include <glib.h>
-
- struct _AnimationInfo {
- GTimer *timer;
diff --git a/gnome2-libs/gtk-engines2/gtk-engines-2.20.2.tar.bz2.sig
b/gnome2-libs/gtk-engines2/gtk-engines-2.20.2.tar.bz2.sig
new file mode 100644
index 0000000..e3e8f1e
Binary files /dev/null and
b/gnome2-libs/gtk-engines2/gtk-engines-2.20.2.tar.bz2.sig differ
diff --git a/gnome2-libs/gtk-engines2/gtk-engines-2.91.1.tar.bz2.sig
b/gnome2-libs/gtk-engines2/gtk-engines-2.91.1.tar.bz2.sig
deleted file mode 100644
index 264316e..0000000
Binary files a/gnome2-libs/gtk-engines2/gtk-engines-2.91.1.tar.bz2.sig and
/dev/null differ
diff --git a/gnome3-libs/gtk-engines3/BUILD b/gnome3-libs/gtk-engines3/BUILD
new file mode 100755
index 0000000..71c55b9
--- /dev/null
+++ b/gnome3-libs/gtk-engines3/BUILD
@@ -0,0 +1,41 @@
+if [ "$GTKENGINE_CLEARLOOKS" == "n" ]; then
+ OPTS="$OPTS --disable-clearlooks"
+fi &&
+
+if [ "$GTKENGINE_CRUX" == "n" ]; then
+ OPTS="$OPTS --disable-crux"
+fi &&
+
+if [ "$GTKENGINE_HC" == "n" ]; then
+ OPTS="$OPTS --disable-hc"
+fi &&
+
+if [ "$GTKENGINE_INDUSTRIAL" == "n" ]; then
+ OPTS="$OPTS --disable-industrial"
+fi &&
+
+if [ "$GTKENGINE_MIST" == "n" ]; then
+ OPTS="$OPTS --disable-mist"
+fi &&
+
+if [ "$GTKENGINE_REDMOND" == "n" ]; then
+ OPTS="$OPTS --disable-redmond"
+fi &&
+
+if [ "$GTKENGINE_GLIDE" == "n" ]; then
+ OPTS="$OPTS --disable-glide"
+fi &&
+
+if [ "$GTKENGINE_THINICE" == "n" ]; then
+ OPTS="$OPTS --disable-thinice"
+fi &&
+
+if [ "$GTKENGINE_LUA" == "y" ]; then
+ OPTS="$OPTS --enable-thinice"
+fi &&
+
+if [ "$GTKENGINE_ANIMATION" == "y" ]; then
+ OPTS="$OPTS --enable-animation"
+fi &&
+
+default_build
diff --git a/gnome3-libs/gtk-engines3/CONFIGURE
b/gnome3-libs/gtk-engines3/CONFIGURE
new file mode 100755
index 0000000..0f5712f
--- /dev/null
+++ b/gnome3-libs/gtk-engines3/CONFIGURE
@@ -0,0 +1,10 @@
+config_query GTKENGINE_CLEARLOOKS "Enable Clearlooks engine and theme?" y
&&
+config_query GTKENGINE_CRUX "Enable Crux engine and theme?" y
&&
+config_query GTKENGINE_HC "Enable High Contrast engine and theme?" y
&&
+config_query GTKENGINE_INDUSTRIAL "Enable Industrial engine and theme?" y
&&
+config_query GTKENGINE_MIST "Enable Mist engine and theme?" y
&&
+config_query GTKENGINE_REDMOND "Enable Redmond engine and theme?" y
&&
+config_query GTKENGINE_GLIDE "Enable Glide engine and theme?" y
&&
+config_query GTKENGINE_THINICE "Enable Thinice engine and theme?" y
&&
+config_query GTKENGINE_LUA "Enable Lua engine and theme?" y
&&
+config_query GTKENGINE_ANIMATION "Enable Animation engine and theme?" y

diff --git a/gnome3-libs/gtk-engines3/CONFLICTS
b/gnome3-libs/gtk-engines3/CONFLICTS
new file mode 100755
index 0000000..19314c3
--- /dev/null
+++ b/gnome3-libs/gtk-engines3/CONFLICTS
@@ -0,0 +1,8 @@
+# There was an error updating gtk-engines from 2.20.2 (Gtk+2) to
+# 2.91.1 (Gtk+3). We do the proper transition to gtk-engines3 now
+# after the fact via triggers both on gtk-engines2 or gtk-engines3
+# cast, supplanting the Gtk+3 gtk-engines2 with gtk-engines3.
+if spell_ok gtk-engines2 &&
+ [[ $(installed_version gtk-engines2) == 2.91.1 ]]; then
+ conflicts gtk-engines2 y
+fi
diff --git a/gnome3-libs/gtk-engines3/DEPENDS
b/gnome3-libs/gtk-engines3/DEPENDS
new file mode 100755
index 0000000..b49148d
--- /dev/null
+++ b/gnome3-libs/gtk-engines3/DEPENDS
@@ -0,0 +1,8 @@
+depends gtk+3 &&
+depends atk &&
+depends pango &&
+depends gdk-pixbuf2 &&
+depends cairo &&
+depends freetype2 &&
+depends fontconfig &&
+depends glib2
diff --git a/gnome3-libs/gtk-engines3/DETAILS
b/gnome3-libs/gtk-engines3/DETAILS
new file mode 100755
index 0000000..949ff77
--- /dev/null
+++ b/gnome3-libs/gtk-engines3/DETAILS
@@ -0,0 +1,47 @@
+ SPELL=gtk-engines3
+ VERSION=2.91.1
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=gtk-engines-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gtk-engines-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/gtk-engines/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.gtk.org
+ ENTERED=20020509
+ KEYWORDS="theme gnome3 libs"
+ SHORT="Theme engines for GTK+ 3.0"
+cat << EOF
+gtk-engines provides a central location for commonly used GTK+ engines.
+
+It currently supplies several engines and default themes for those which have
+one.
+
+1.) Crux - The engine created for the once popular theme by Eazel, Inc.
+Unfortunately long without maintainence it is no longer as popular or
+considered as useable as it once was.
+
+2.) HC - The High Contrast engine is primarily targeted at Usability Themes,
+such as the GNOME a11y themes HighContrast HighContrastLarge etc.
+
+3.) Industrial - developed by Ximian, Inc. as the default apearance for its
+Desktop. Industrial is a highly popular look which provides a simple,
+consistant, and highly cohesive appearance for applications.
+
+4.) LighthouseBlue - Developed by Jan Rosczak out of critques by Eugenia
+Loli-Queru over the BlueCurve theme Copyright RedHat Inc. LightHouseBlue
Engine
+and theme experiments with certain concepts of usability such as Bold fonts
on
+current notebook tabs. etc.
+
+5.) Metal - An engine and theme designed to mimic the Java Swing Metal
apearance
+
+6.) Mist - A minimalist engine designed to provide simple UI experiance.
+
+7.) Redmond - An engine and theme designed to mimic the appearance of
another OS
+
+8.) Thinice - A once highly popular engine with thin edges and theme of Icy
+Colors, providing a simple mostly clean apearance many find satisfying.
+
+9.) Smooth - An engine currently gaining in popularity for its ability to
+configure common theme elements with a high degree of flexibility, without
+sacrificing too much in terms of speed or theme footprint size.
+EOF
diff --git a/gnome3-libs/gtk-engines3/HISTORY
b/gnome3-libs/gtk-engines3/HISTORY
new file mode 100644
index 0000000..e18b593
--- /dev/null
+++ b/gnome3-libs/gtk-engines3/HISTORY
@@ -0,0 +1,187 @@
+2017-05-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: moved the spell to gnome3-libs/gtk-engines3,
+ as it is not helping gnome2 / gtk+2 in any way
+ * INSTALL: Do _not_ overwrite the version 2 pkgconfig!
+ * CONFLICTS: replace gtk-engines2-2.91.1
+
+2012-01-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: changed dependency on gtk+2 to gtk+3, added missing
+ dependencies on atk, pango, gdk-pixbuf2, cairo, freetype2,
+ fontconfig and glib2.
+ * PRE_BUILD, animation.c.patch: fixed compile error
+ * INSTALL: added symlink to gtk-engines-3.pc to fix packages which
+ expect gtk-engines-2.pc
+
+2011-04-14 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.91.1
+
+2010-10-02 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 2.20.2
+
+2010-04-18 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.20.1
+
+2010-03-31 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 2.20.0
+
+2010-02-22 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * BUILD, CONFIGURE: removed SMOOTH
+
+2010-02-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 2.19.0
+
+2010-01-01 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.18.5
+
+2009-09-24 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.18.4
+
+2009-09-22 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.18.3
+
+2009-05-20 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.18.2
+
+2009-03-23 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.18.0
+
+2009-03-08 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.17.4
+
+2008-11-30 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.16.1
+
+2008-09-28 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.16.0
+
+2008-07-02 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.14.3
+
+2008-04-09 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.14.1
+
+2008-03-13 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.14.0
+
+2008-02-26 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.13.6
+
+2007-10-16 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.12.2
+
+2007-09-22 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.12.1
+
+2007-09-20 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.12.0
+
+2007-09-06 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.11.7
+
+2007-05-28 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.10.2
+
+2007-04-10 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.10.1
+
+2007-03-15 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.10.0
+
+2007-03-04 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.9.4
+
+2007-03-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFLICTS: removed gtk-thinice-theme2, deprecation complete
+
+2007-02-27 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.9.3
+ * CONFIGURE: removed invalid engines and added new ones
+ * BUILD: update to match new configure
+
+2006-11-28 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.8.2
+
+2006-10-03 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 2.8.1
+
+2006-09-07 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.8.0
+
+2006-08-30 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 2.6.10
+
+2006-05-30 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.6.9
+
+2006-03-13 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.6.8
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-01-08 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.6.7
+
+2005-11-28 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.6.6
+
+2005-10-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated UPDATED to re-apply the logic
+ Formatted long description to 80 columns
+ * BUILD: Reverse logic (the query was to disable them, not enable) on
themes
+
+2005-08-26 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.6.5
+
+2005-08-14 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: converted MD5 to GPG
+ removed BUILD_API
+ * CONFIGURE: add queries to disable themes
+ * BUILD: set OPTS by queries
+
+2005-08-03 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.6.4
+ updated MD5
+
+2005-04-14 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.6.3
+ updated MD5
+
+2005-03-18 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.6.2
+ updated MD5
+
+2005-02-08 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.6.1
+ updated MD5
+
+2005-01-03 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.6.0
+ updated MD5
+ updated long discription
+ * CONFLICTS: crux, gtk-thinice-theme2
+
+2004-09-04 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: added BUILD_API=2
+
+2004-04-03 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: updated UPDATED to force recompile of this spell
+ cast --fix doesn't detect it, but it's broken after the gtk+2 update
+ to 2.4.x
+
+2004-03-07 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: removed MAINTAINER
+
+2003-01-19 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.2.0
+ updated MD5
+
+2002-10-23 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: added MD5
+
+2002-09-20 Jon Svendsen <jon-sven AT frisurf.no>
+ * DETAILS: URLs now match new ftp.gnome.org layout
+
+2002-05-17 Jon Svendsen <jon-sven AT frisurf.no>
+ * Initial version of spell
+
diff --git a/gnome3-libs/gtk-engines3/PRE_BUILD
b/gnome3-libs/gtk-engines3/PRE_BUILD
new file mode 100755
index 0000000..b7fc0e7
--- /dev/null
+++ b/gnome3-libs/gtk-engines3/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p1 < ${SCRIPT_DIRECTORY}/animation.c.patch
diff --git a/gnome3-libs/gtk-engines3/animation.c.patch
b/gnome3-libs/gtk-engines3/animation.c.patch
new file mode 100644
index 0000000..3cf6af1
--- /dev/null
+++ b/gnome3-libs/gtk-engines3/animation.c.patch
@@ -0,0 +1,11 @@
+--- gtk-engines-2.91.1/engines/clearlooks/src/animation.c.orig 2012-01-15
14:42:22.742666206 +0100
++++ gtk-engines-2.91.1/engines/clearlooks/src/animation.c 2012-01-15
14:42:47.796339351 +0100
+@@ -28,7 +28,7 @@
+ #include "animation.h"
+
+ #ifdef HAVE_WORKING_ANIMATION
+-#include <glib/gtimer.h>
++#include <glib.h>
+
+ struct _AnimationInfo {
+ GTimer *timer;
diff --git a/gnome3-libs/gtk-engines3/gtk-engines-2.91.1.tar.bz2.sig
b/gnome3-libs/gtk-engines3/gtk-engines-2.91.1.tar.bz2.sig
new file mode 100644
index 0000000..264316e
Binary files /dev/null and
b/gnome3-libs/gtk-engines3/gtk-engines-2.91.1.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (adf5fe2cfb240d15408afb1de41f9b8e62f73722), Thomas Orgis, 05/27/2017

Archive powered by MHonArc 2.6.24.

Top of Page