summaryrefslogtreecommitdiffstats
path: root/gnome
diff options
context:
space:
mode:
Diffstat (limited to 'gnome')
-rw-r--r--gnome/evolution-data-server/configure-01.patch38
-rw-r--r--gnome/gir-repository/Pkgfile2
-rw-r--r--gnome/gir-repository/gir-repository-0.6.5-dbus-glib-2.patch92
-rwxr-xr-xgnome/sound-juicer/Pkgfile2
-rw-r--r--gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch11
5 files changed, 2 insertions, 143 deletions
diff --git a/gnome/evolution-data-server/configure-01.patch b/gnome/evolution-data-server/configure-01.patch
deleted file mode 100644
index 5c2d773bf..000000000
--- a/gnome/evolution-data-server/configure-01.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- configure.ori 2009-10-13 22:08:15.000000000 +0200
-+++ configure 2009-10-13 22:06:33.000000000 +0200
-@@ -17801,7 +17801,7 @@
-
- if test "x${with_nspr_libs}" != "x"; then
- LIBS="$nsprlibs"
-- LDFLAGS="$LDFLAGS -L$with_nspr_libs"
-+ LDFLAGS="$LDFLAGS $with_nspr_libs"
- else
- LIBS="$nsprlibs"
- LDFLAGS="$LDFLAGS"
-@@ -17870,7 +17870,7 @@
- $as_echo "$moz_nspr_libs" >&6; }
- if test "x$moz_nspr_libs" != "xno"; then
- have_nspr_libs="yes"
-- MANUAL_NSPR_LIBS="-L$with_nspr_libs $nsprlibs"
-+ MANUAL_NSPR_LIBS="$with_nspr_libs $nsprlibs"
- else
- MANUAL_NSPR_CLFAGS=""
- fi
-@@ -18093,7 +18093,7 @@
- else
-
- LIBS_save="$LIBS"
-- LDFLAGS="$LDFLAGS -L$with_nspr_libs $nsprlibs -L$with_nss_libs $nsslibs"
-+ LDFLAGS="$LDFLAGS $with_nspr_libs $nsprlibs $with_nss_libs $nsslibs"
- LIBS="$nsslibs $nsprlibs"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
-@@ -18235,7 +18235,7 @@
-
- msg_smime="yes (Mozilla NSS)"
- fi
-- MANUAL_NSS_LIBS="-L$with_nss_libs $nsslibs"
-+ MANUAL_NSS_LIBS="$with_nss_libs $nsslibs"
- else
- MANUAL_NSS_CFLAGS=""
- MANUAL_NSPR_CFLAGS=""
diff --git a/gnome/gir-repository/Pkgfile b/gnome/gir-repository/Pkgfile
index 44ab2d175..67938a500 100644
--- a/gnome/gir-repository/Pkgfile
+++ b/gnome/gir-repository/Pkgfile
@@ -10,7 +10,7 @@ name=gir-repository
version=0.6.5
release=3
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2 \
- gir-repository-0.6.5-dbus-glib-2.patch)
+ http://nutyx.meticul.eu/files/patchs/gir-repository-0.6.5-dbus-glib-2.patch)
build() {
cd $name-$version
diff --git a/gnome/gir-repository/gir-repository-0.6.5-dbus-glib-2.patch b/gnome/gir-repository/gir-repository-0.6.5-dbus-glib-2.patch
deleted file mode 100644
index 941a1652a..000000000
--- a/gnome/gir-repository/gir-repository-0.6.5-dbus-glib-2.patch
+++ /dev/null
@@ -1,92 +0,0 @@
-Submitted By: Wayne Blaszczyk
-Date: 2010-06-07
-Initial Package Version: 0.6.5
-Origin: http://git.gnome.org/browse/gir-repository/log/
-Upstream Status: commited
-Description: Fixed various DBusGLib-1.0.gir issues.
-
-diff -Naur gir-repository-0.6.5/gir/DBusGLib-1.0.gir gir-repository-0.6.5-patched/gir/DBusGLib-1.0.gir
---- gir-repository-0.6.5/gir/DBusGLib-1.0.gir 2009-07-10 03:31:54.000000000 +1000
-+++ gir-repository-0.6.5-patched/gir/DBusGLib-1.0.gir 2010-06-07 19:17:14.000000000 +1000
-@@ -2,8 +2,9 @@
- <repository version="1.0"
- xmlns="http://www.gtk.org/introspection/core/1.0"
- xmlns:c="http://www.gtk.org/introspection/c/1.0"
-- xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
-- <include name="GObject"/>
-+ xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
-+ <include name="GObject" version="2.0"/>
-+ <package name="dbus-glib-1"/>
- <namespace name="DBusGLib" version="1.0" shared-library="dbus-glib-1">
- <record name="Connection" c:type="DBusGConnection"/>
- <record name="MethodInvocation" c:type="DBusGMethodInvocation"/>
-@@ -11,16 +12,14 @@
- glib:type-name="DBusGProxy" glib:get-type="dbus_g_proxy_get_type">
- </class>
- <record name="ProxyClass" c:type="DBusGProxyClass"/>
--
-- <function name="connection_open" c:identifier="dbus_g_connection_open"
-- throws="1">
-+ <function name="connection_open" c:identifier="dbus_g_connection_open" throws="1">
- <return-value transfer-ownership="full">
- <type name="Connection" c:type="DBusGConnection*"/>
- </return-value>
- <parameters>
-- <parameter name="address">
-- <type name="utf8" c:type="char*"/>
-- </parameter>
-+ <parameter name="address" transfer-ownership="none">
-+ <type name="utf8" c:type="char*"/>
-+ </parameter>
- </parameters>
- </function>
- </namespace>
-diff -Naur gir-repository-0.6.5/gir/Makefile.am gir-repository-0.6.5-patched/gir/Makefile.am
---- gir-repository-0.6.5/gir/Makefile.am 2009-08-29 11:42:39.000000000 +1000
-+++ gir-repository-0.6.5-patched/gir/Makefile.am 2010-06-07 19:17:14.000000000 +1000
-@@ -12,8 +12,7 @@
- endif
- EXTRA_DIST += $(AVAHI_GIRSOURCES)
-
--MISSIONCONTROL_GIRSOURCES = DBusGLib-1.0.gir \
-- TelepathyGLib.gir \
-+MISSIONCONTROL_GIRSOURCES = TelepathyGLib.gir \
- LibTelepathy.gir
- if BUILD_MISSIONCONTROL
- CUSTOM_GIRSOURCES += $(MISSIONCONTROL_GIRSOURCES)
-@@ -29,6 +28,8 @@
- EXTRA_DIST += $(srcdir)/dbus.c $(srcdir)/dbus.h
-
- if BUILD_DBUS
-+CUSTOM_GIRSOURCES += DBusGLib-1.0.gir
-+
- DBus-1.0.gir: libgirepo-DBus-custom.la
- $(INTROSPECTION_SCANNER) -v --namespace DBus --nsversion=1.0 \
- --add-include-path=$(srcdir) --add-include-path=. \
-diff -Naur gir-repository-0.6.5/gir/Makefile.in gir-repository-0.6.5-patched/gir/Makefile.in
---- gir-repository-0.6.5/gir/Makefile.in 2009-09-10 05:31:46.000000000 +1000
-+++ gir-repository-0.6.5-patched/gir/Makefile.in 2010-06-07 20:02:51.000000000 +1000
-@@ -37,6 +37,7 @@
- host_triplet = @host@
- @BUILD_AVAHI_TRUE@am__append_1 = $(AVAHI_GIRSOURCES)
- @BUILD_MISSIONCONTROL_TRUE@am__append_2 = $(MISSIONCONTROL_GIRSOURCES)
-+@BUILD_DBUS_TRUE@am__append_41 = DBusGLib-1.0.gir
- @BUILD_DBUS_TRUE@am__append_3 = DBus-1.0.gir
- @BUILD_DBUS_TRUE@am__append_4 = libgirepo-DBus-custom.la
- @BUILD_GCONF_TRUE@am__append_5 = GConf-2.0.gir
-@@ -396,12 +397,12 @@
- $(am__append_33) $(am__append_34) $(am__append_35) \
- $(am__append_36) $(am__append_37) $(am__append_38) \
- $(am__append_39) $(am__append_40)
--CUSTOM_GIRSOURCES = $(am__append_1) $(am__append_2) $(am__append_17)
-+CUSTOM_GIRSOURCES = $(am__append_1) $(am__append_2) $(am__append_17) \
-+ $(am__append_41)
- XPATH_TESTS = $(am__append_14) $(am__append_18) $(am__append_24)
- COMMON_CUSTOM_LDFLAGS = -avoid-version -rdynamic
- AVAHI_GIRSOURCES = AvahiCore-0.6.gir
--MISSIONCONTROL_GIRSOURCES = DBusGLib-1.0.gir \
-- TelepathyGLib.gir \
-+MISSIONCONTROL_GIRSOURCES = TelepathyGLib.gir \
- LibTelepathy.gir
-
- libgirepo_DBus_custom_la_CPPFLAGS = $(DBUS_CFLAGS)
diff --git a/gnome/sound-juicer/Pkgfile b/gnome/sound-juicer/Pkgfile
index 259e40d4d..d9328f525 100755
--- a/gnome/sound-juicer/Pkgfile
+++ b/gnome/sound-juicer/Pkgfile
@@ -8,7 +8,7 @@ name=sound-juicer
version=2.28.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\
- sound-juicer-gcc-4.5-01.patch)
+ http://nutyx.meticul.eu/files/patchs/$name/sound-juicer-gcc-4.5-01.patch)
build() {
cd $name-$version
diff --git a/gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch b/gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch
deleted file mode 100644
index 2fbe3e72e..000000000
--- a/gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- sound-juicer-2.28.2/src/sj-play.c.original 2010-06-29 21:52:58.000000000 +0000
-+++ sound-juicer-2.28.2/src/sj-play.c 2010-06-29 21:49:09.000000000 +0000
-@@ -96,7 +96,7 @@
- * Pause
- */
- static void
--pause (void)
-+sj_pause (void)
- {
- gst_element_set_state (pipeline, GST_STATE_PAUSED);
- }