summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/unico
diff options
context:
space:
mode:
authorVlad Glagolev2012-11-05 13:31:49 +0400
committerVlad Glagolev2012-11-05 13:31:49 +0400
commit8cb907c383f5d816d438e67e971075ddf9056a47 (patch)
tree9f282a3bca066f6d58450e0b61b81f91df750cab /gnome3-libs/unico
parentb3cc0f451875ee0271a76fb86ffa661e56bc82bf (diff)
unico: fixed crashing on newer GTK+3
Diffstat (limited to 'gnome3-libs/unico')
-rwxr-xr-xgnome3-libs/unico/DETAILS1
-rw-r--r--gnome3-libs/unico/HISTORY6
-rwxr-xr-xgnome3-libs/unico/PRE_BUILD4
-rw-r--r--gnome3-libs/unico/round-corners.patch.gzbin0 -> 1810 bytes
4 files changed, 11 insertions, 0 deletions
diff --git a/gnome3-libs/unico/DETAILS b/gnome3-libs/unico/DETAILS
index 48a7811735..1035012af1 100755
--- a/gnome3-libs/unico/DETAILS
+++ b/gnome3-libs/unico/DETAILS
@@ -1,5 +1,6 @@
SPELL=unico
VERSION=1.0.2
+ PATCHLEVEL=1
LP_SERIES=1.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://launchpad.net/$SPELL/$LP_SERIES/$VERSION/+download/$SOURCE
diff --git a/gnome3-libs/unico/HISTORY b/gnome3-libs/unico/HISTORY
index e9a810788d..ae930ae24a 100644
--- a/gnome3-libs/unico/HISTORY
+++ b/gnome3-libs/unico/HISTORY
@@ -1,3 +1,9 @@
+2012-11-05 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD: added, to apply the patch
+ * round-corners.patch: added, to fix crashing on newer GTK+3; backported
+ from OpenBSD
+
2012-04-14 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.0.2
diff --git a/gnome3-libs/unico/PRE_BUILD b/gnome3-libs/unico/PRE_BUILD
new file mode 100755
index 0000000000..1adfea446c
--- /dev/null
+++ b/gnome3-libs/unico/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+zcat "$SPELL_DIRECTORY/round-corners.patch.gz" | patch -p0
diff --git a/gnome3-libs/unico/round-corners.patch.gz b/gnome3-libs/unico/round-corners.patch.gz
new file mode 100644
index 0000000000..132cbb40f7
--- /dev/null
+++ b/gnome3-libs/unico/round-corners.patch.gz
Binary files differ