summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-05-12 13:49:26 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-05-12 13:49:26 +0000
commit5c25d28847bcae8c3c51c1babcb09d36c7fbddba (patch)
treea224617b070fe069b5484c6d6444ca3e3df56443 /extra
parent8867b1d4d0601b21618d44d015460739590ca01d (diff)
Thu May 12 13:49:26 UTC 2011
Diffstat (limited to 'extra')
-rw-r--r--extra/a2ps/ChangeLog10
-rw-r--r--extra/dconf/fix-crash-when-user-database-is-not-present.patch29
-rw-r--r--extra/fluxter/ChangeLog6
-rw-r--r--extra/gtksourceview-sharp-2.0/PKGBUILD31
-rw-r--r--extra/gtksourceview-sharp-2.0/gtksourceview-sharp-2.0.install24
-rw-r--r--extra/gtksourceview-sharp-2.0/gtksourceview-sharp2-gnome-print.patch57
-rw-r--r--extra/gtksourceview/PKGBUILD24
-rw-r--r--extra/lablgtk2/ocaml-3.12.patch237
-rw-r--r--extra/libstroke/ChangeLog8
9 files changed, 0 insertions, 426 deletions
diff --git a/extra/a2ps/ChangeLog b/extra/a2ps/ChangeLog
deleted file mode 100644
index fda664602..000000000
--- a/extra/a2ps/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-2009-03-22 Eric Belanger <eric@archlinux.org>
-
- * a2ps 4.14-1
- * Upstream update
- * Added/Removed patches
- * Updated license
- * Added backup array
- * Added gperf makedepends
- * Added install scriptlet to handle info pages
- * Added ChangeLog
diff --git a/extra/dconf/fix-crash-when-user-database-is-not-present.patch b/extra/dconf/fix-crash-when-user-database-is-not-present.patch
deleted file mode 100644
index ce748492b..000000000
--- a/extra/dconf/fix-crash-when-user-database-is-not-present.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From c80896f5644ec0a07822047dd7e899da63b42e89 Mon Sep 17 00:00:00 2001
-From: Ryan Lortie <desrt@desrt.ca>
-Date: Sun, 08 May 2011 12:08:38 +0000
-Subject: Fix crash when user database is not present
-
-If we fail to open the database in the user's home directory then the
-variable will be NULL. The refactor of the read function for lockdown
-support missed this check, resulting in a rather dramatic crash on fresh
-accounts.
----
-diff --git a/engine/dconf-engine.c b/engine/dconf-engine.c
-index ec99116..087d780 100644
---- a/engine/dconf-engine.c
-+++ b/engine/dconf-engine.c
-@@ -452,7 +452,11 @@ dconf_engine_read_internal (DConfEngine *engine,
- break;
-
- while (i < limit && value == NULL)
-- value = gvdb_table_get_value (engine->gvdbs[i++], key);
-+ {
-+ if (engine->gvdbs[i] != NULL)
-+ value = gvdb_table_get_value (engine->gvdbs[i], key);
-+ i++;
-+ }
-
- g_static_mutex_unlock (&engine->lock);
-
---
-cgit v0.9
diff --git a/extra/fluxter/ChangeLog b/extra/fluxter/ChangeLog
deleted file mode 100644
index 48b1aa12a..000000000
--- a/extra/fluxter/ChangeLog
+++ /dev/null
@@ -1,6 +0,0 @@
-2009-03-13 Eric Belanger <eric@archlinux.org>
-
- * fluxter 0.1.0-4
- * Added license
- * Replaced gcc depends by gcc-libs
- * Added ChangeLog
diff --git a/extra/gtksourceview-sharp-2.0/PKGBUILD b/extra/gtksourceview-sharp-2.0/PKGBUILD
deleted file mode 100644
index 1f51ac1f0..000000000
--- a/extra/gtksourceview-sharp-2.0/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 22404 2008-12-26 18:25:17Z jgc $
-# Maintainer: tobias <tobias@archlinux.org>
-# Contributor: Brice Carpentier <brice@daknet.org>
-
-pkgname=gtksourceview-sharp-2.0
-pkgver=0.12
-pkgrel=1
-pkgdesc="a C# binding to gtksourceview"
-url="http://www.mono-project.com/"
-depends=('gtksourceview' 'gtk-sharp-2>=2.12.7' 'gnome-sharp>=2.24.0')
-makedepends=('monodoc')
-conflicts=('gtksourceview-sharp')
-provides=('gtksourceview-sharp')
-source=(http://ftp.novell.com/pub/mono/sources/gtksourceview-sharp2/${pkgname}-${pkgver}.tar.bz2
- gtksourceview-sharp2-gnome-print.patch)
-license=('LGPL2')
-arch=('i686' 'x86_64')
-
-build() {
- export MONO_SHARED_DIR="${srcdir}/weird"
- mkdir -p "${MONO_SHARED_DIR}"
-
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np0 -i "${srcdir}/gtksourceview-sharp2-gnome-print.patch" || return 1
- autoreconf || return 1
- ./configure --prefix=/usr || return 1
- make || return 1
- make GACUTIL="/usr/bin/gacutil /root ${pkgdir}/usr/lib" \
- DESTDIR="${pkgdir}" install || return 1
- rm -rf "${pkgdir}/usr/share/gtksourceview-1.0"
-}
diff --git a/extra/gtksourceview-sharp-2.0/gtksourceview-sharp-2.0.install b/extra/gtksourceview-sharp-2.0/gtksourceview-sharp-2.0.install
deleted file mode 100644
index 4d9d891f6..000000000
--- a/extra/gtksourceview-sharp-2.0/gtksourceview-sharp-2.0.install
+++ /dev/null
@@ -1,24 +0,0 @@
-post_install() {
- echo "recreating monodoc index ... this could take a while..."
- monodoc --make-index > /dev/null 2>&1
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- /bin/true
-}
-
-post_remove() {
- echo "recreating monodoc index ... this could take a while..."
- monodoc --make-index > /dev/null 2>&1
-}
-
-op=$1
-shift
-
-$op $*
diff --git a/extra/gtksourceview-sharp-2.0/gtksourceview-sharp2-gnome-print.patch b/extra/gtksourceview-sharp-2.0/gtksourceview-sharp2-gnome-print.patch
deleted file mode 100644
index 618f3f94e..000000000
--- a/extra/gtksourceview-sharp-2.0/gtksourceview-sharp2-gnome-print.patch
+++ /dev/null
@@ -1,57 +0,0 @@
---- configure.in 2008-02-26 16:30:05.000000000 -0700
-+++ configure.in 2008-09-05 13:36:30.000000000 -0600
-@@ -69,6 +69,16 @@
- gtksharp_prefix=`pkg-config --variable=prefix gtk-sharp-2.0`
- AC_SUBST(gtksharp_prefix)
-
-+PKG_CHECK_MODULES(GNOMEPRINT_SHARP, gnome-print-sharp-2.18, use_gnomeprint=yes, use_gnomeprint=no)
-+if test "x$use_gnomeprint" = "xyes" ; then
-+GNOMEPRINT_SHARP_REQUIRES=gnome-print-sharp-2.18
-+else
-+GNOMEPRINT_SHARP_REQUIRES=
-+fi
-+AC_SUBST(GNOMEPRINT_SHARP_CFLAGS)
-+AC_SUBST(GNOMEPRINT_SHARP_LIBS)
-+AC_SUBST(GNOMEPRINT_SHARP_REQUIRES)
-+
- PKG_CHECK_MODULES(GTKSOURCEVIEW, gtksourceview-1.0 >= 1.0.0)
- AC_SUBST(GTKSOURCEVIEW_LIBS)
- gtksourceview_prefix=`pkg-config --variable=prefix gtksourceview-1.0`
---- gtksourceview/Makefile.am 2008-02-26 16:30:05.000000000 -0700
-+++ gtksourceview/Makefile.am 2008-09-05 13:14:53.000000000 -0600
-@@ -2,7 +2,7 @@
- LIBRARY= $(LIBRARY_NAME).dll
- APIS= gtksourceview-api.xml
-
--ASSEMBLIES= /pkg:gnome-sharp-2.0
-+ASSEMBLIES= $(GTK_SHARP_LIBS) $(GNOMEPRINT_SHARP_LIBS)
-
- EXTRA_DIST = $(sources) $(customs) Gtk.metadata gtksourceview-api.raw AssemblyInfo.cs.in
-
-@@ -21,7 +21,7 @@
- $(GAPI_FIXUP) --api=gtksourceview-api.xml --metadata=$(srcdir)/Gtk.metadata
-
- generated-stamp: $(APIS) $(customs) $(sources) Gtk.metadata
-- $(GAPI_CODEGEN) $(GTK_SHARP_CFLAGS) --generate $(APIS) \
-+ $(GAPI_CODEGEN) $(GTK_SHARP_CFLAGS) $(GNOMEPRINT_SHARP_CFLAGS) --generate $(APIS) \
- --outdir=generated --customdir=. --assembly-name=gtksourceview-sharp && touch generated-stamp
-
- sources = \
---- gtksourceview-sharp-2.0.pc.in 2008-02-26 16:30:05.000000000 -0700
-+++ gtksourceview-sharp-2.0.pc.in 2008-09-05 13:22:33.000000000 -0600
-@@ -6,5 +6,5 @@
- Name: GtkSourceView#
- Description: GtkSourceView# - gtksourceview .NET Binding
- Version: @VERSION@
--Requires: gnome-sharp-2.0
-+Requires: gnome-sharp-2.0 @GNOMEPRINT_SHARP_REQUIRES@
- Libs: -r:${prefix}/lib/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll
---- sample/Makefile.am 2008-02-26 16:30:05.000000000 -0700
-+++ sample/Makefile.am 2008-09-05 13:35:34.000000000 -0600
-@@ -10,5 +10,5 @@
- $(CSC) -out:$@ $(srcdir)/SourceViewTest.cs -r:../gtksourceview/gtksourceview-sharp.dll -pkg:gtk-sharp-2.0
-
- $(PRINT): $(srcdir)/PrintSample.cs
-- $(CSC) -out:$@ $(srcdir)/PrintSample.cs -r:../gtksourceview/gtksourceview-sharp.dll -pkg:gtk-sharp-2.0 -pkg:gnome-sharp-2.0
-+ $(CSC) -out:$@ $(srcdir)/PrintSample.cs -r:../gtksourceview/gtksourceview-sharp.dll -pkg:gtk-sharp-2.0 -pkg:gnome-sharp-2.0 $(GNOMEPRINT_SHARP_LIBS)
-
diff --git a/extra/gtksourceview/PKGBUILD b/extra/gtksourceview/PKGBUILD
deleted file mode 100644
index cd93c5bbc..000000000
--- a/extra/gtksourceview/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 57064 2009-10-31 11:55:39Z allan $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=gtksourceview
-pkgver=1.8.5
-pkgrel=3
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libgnomeprint' 'gtk2')
-makedepends=('perlxml' 'libgnomeprintui' 'pkgconfig')
-options=('!libtool')
-url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.8/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('de67df2944c1cccbc2d0b4a738e11050')
-
-build() {
- export CFLAGS="$CFLAGS -D_GNU_SOURCE"
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static
- make || return 1
- make DESTDIR=${pkgdir} install
-}
diff --git a/extra/lablgtk2/ocaml-3.12.patch b/extra/lablgtk2/ocaml-3.12.patch
deleted file mode 100644
index 1b960138f..000000000
--- a/extra/lablgtk2/ocaml-3.12.patch
+++ /dev/null
@@ -1,237 +0,0 @@
-Index: src/gWindow.mli
-===================================================================
---- src/gWindow.mli (revision 1514)
-+++ src/gWindow.mli (revision 1515)
-@@ -191,9 +191,10 @@
-
- (** Create popup windows
- @gtkdoc gtk GtkDialog *)
--class ['a] dialog_ext : [> Gtk.dialog] obj ->
-+class ['a] dialog_ext : ([> Gtk.dialog] as 'b) obj ->
- object
- inherit ['a] dialog_skel
-+ val obj : 'b obj
- method add_button : string -> 'a -> unit
- method add_button_stock : GtkStock.id -> 'a -> unit
- end
-@@ -203,6 +204,7 @@
- class ['a] dialog : [> Gtk.dialog] obj ->
- object
- inherit ['a] dialog_ext
-+ val obj : Gtk.dialog obj
- method connect : 'a dialog_signals
- end
-
-Index: src/gButton.mli
-===================================================================
---- src/gButton.mli (revision 1514)
-+++ src/gButton.mli (revision 1515)
-@@ -357,9 +357,10 @@
- (** @gtkdoc gtk GtkToolItem
- @since GTK 2.4 *)
- class tool_item :
-- [> Gtk.tool_item] obj ->
-+ ([> Gtk.tool_item] as 'a) obj ->
- object
- inherit tool_item_skel
-+ val obj : 'a obj
- method connect : GContainer.container_signals
- end
-
-@@ -423,9 +424,10 @@
- (** @gtkdoc gtk GtkToolButton
- @since GTK 2.4 *)
- class tool_button :
-- [> Gtk.tool_button] obj ->
-+ ([> Gtk.tool_button] as 'a) obj ->
- object
- inherit tool_button_skel
-+ val obj : 'a obj
- method connect : tool_button_signals
- end
-
-Index: src/gAction.mli
-===================================================================
---- src/gAction.mli (revision 1514)
-+++ src/gAction.mli (revision 1515)
-@@ -20,6 +20,10 @@
- (* *)
- (**************************************************************************)
-
-+(* $Id: lablgtk-2.14.1-ocaml312.patch,v 1.1 2010/08/03 20:38:29 aballier Exp $ *)
-+
-+open Gobject
-+
- (** Action-based menus and toolbars *)
-
- (** {3 GtkAction} *)
-@@ -27,9 +31,9 @@
- (** @since GTK 2.4
- @gtkdoc gtk GtkAction *)
- class action_signals :
-- ([> Gtk.action ] as 'b) Gobject.obj ->
-+ ([> Gtk.action ] as 'b) obj ->
- object ('a)
-- val obj : 'b Gobject.obj
-+ val obj : 'b obj
- val after : bool
- method after : < after : 'a; .. > as 'a
- method activate : callback:(unit -> unit) -> GtkSignal.id
-@@ -38,10 +42,10 @@
- (** @since GTK 2.4
- @gtkdoc gtk GtkAction *)
- class action_skel :
-- ([> Gtk.action ] as 'a) Gobject.obj ->
-+ ([> Gtk.action ] as 'a) obj ->
- object
-- val obj : 'a Gobject.obj
-- method as_action : Gtk.action Gobject.obj
-+ val obj : 'a obj
-+ method as_action : Gtk.action obj
-
- (** Properties *)
-
-@@ -88,10 +92,10 @@
- (** @since GTK 2.4
- @gtkdoc gtk GtkAction *)
- class action :
-- ([> Gtk.action ] as 'a) Gobject.obj ->
-+ ([> Gtk.action ] as 'a) obj ->
- object
- inherit action_skel
-- val obj : 'a Gobject.obj
-+ val obj : 'a obj
- method connect : action_signals
- end
-
-@@ -103,20 +107,20 @@
- (** @since GTK 2.4
- @gtkdoc gtk GtkToggleAction *)
- class toggle_action_signals :
-- ([> Gtk.toggle_action ] as 'b) Gobject.obj ->
-+ ([> Gtk.toggle_action ] as 'b) obj ->
- object
- inherit action_signals
-- val obj : 'b Gobject.obj
-+ val obj : 'b obj
- method toggled : callback:(unit -> unit) -> GtkSignal.id
- end
-
- (** @since GTK 2.4
- @gtkdoc gtk GtkToggleAction *)
- class toggle_action_skel :
-- ([> Gtk.toggle_action ] as 'a) Gobject.obj ->
-+ ([> Gtk.toggle_action ] as 'a) obj ->
- object
- inherit action_skel
-- val obj : 'a Gobject.obj
-+ val obj : 'a obj
- method draw_as_radio : bool
- method get_active : bool
- method set_active : bool -> unit
-@@ -127,9 +131,10 @@
- (** @since GTK 2.4
- @gtkdoc gtk GtkToggleAction *)
- class toggle_action :
-- ([> Gtk.toggle_action ] as 'a) Gobject.obj ->
-+ ([> Gtk.toggle_action ] as 'a) obj ->
- object
- inherit toggle_action_skel
-+ val obj : 'a obj
- method connect : toggle_action_signals
- end
-
-@@ -140,10 +145,10 @@
- (** @since GTK 2.4
- @gtkdoc gtk GtkRadioAction *)
- class radio_action_signals :
-- ([> Gtk.radio_action] as 'b) Gobject.obj ->
-+ ([> Gtk.radio_action] as 'b) obj ->
- object
- inherit toggle_action_signals
-- val obj : 'b Gobject.obj
-+ val obj : 'b obj
- method changed :
- callback:(int -> unit) -> GtkSignal.id
- end
-@@ -151,12 +156,12 @@
- (** @since GTK 2.4
- @gtkdoc gtk GtkRadioAction *)
- class radio_action :
-- ([> Gtk.radio_action] as 'a) Gobject.obj ->
-+ ([> Gtk.radio_action] as 'a) obj ->
- object
- inherit toggle_action_skel
-- val obj : 'a Gobject.obj
-+ val obj : 'a obj
- method connect : radio_action_signals
-- method as_radio_action : Gtk.radio_action Gobject.obj
-+ method as_radio_action : Gtk.radio_action obj
- method get_current_value : int
- method set_group : Gtk.radio_action Gtk.group -> unit
- method set_value : int -> unit
-@@ -172,10 +177,10 @@
- (** @since GTK 2.4
- @gtkdoc gtk GtkActionGroup *)
- class action_group_signals :
-- ([> Gtk.action_group ] as 'b) Gobject.obj ->
-+ ([> Gtk.action_group ] as 'b) obj ->
- object ('a)
- val after : bool
-- val obj : 'b Gobject.obj
-+ val obj : 'b obj
- method after : 'a
- method connect_proxy : callback:(action -> GObj.widget -> unit) -> GtkSignal.id
- method disconnect_proxy : callback:(action -> GObj.widget -> unit) -> GtkSignal.id
-@@ -186,10 +191,10 @@
- (** @since GTK 2.4
- @gtkdoc gtk GtkActionGroup *)
- class action_group :
-- ([> Gtk.action_group ] as 'a) Gobject.obj ->
-+ ([> Gtk.action_group ] as 'a) obj ->
- object
-- val obj : 'a Gobject.obj
-- method as_group : Gtk.action_group Gobject.obj
-+ val obj : 'a obj
-+ method as_group : Gtk.action_group obj
- method connect : action_group_signals
- method sensitive : bool
- method set_sensitive : bool -> unit
-Index: src/gnoCanvas.mli
-===================================================================
---- src/gnoCanvas.mli (revision 1514)
-+++ src/gnoCanvas.mli (revision 1515)
-@@ -180,9 +180,10 @@
- end
-
- (** @gtkdoc libgnomecanvas GnomeCanvasItem *)
--class ['p] item : [> GnomeCanvas.item] Gtk.obj ->
-+class ['p] item : ([> GnomeCanvas.item] as 'a) Gtk.obj ->
- object
- inherit base_item
-+ val obj : 'a Gtk.obj
- constraint 'p = [< items_properties]
- method set : 'p list -> unit
- end
-Index: src/gWindow.ml
-===================================================================
---- src/gWindow.ml (revision 1514)
-+++ src/gWindow.ml (revision 1515)
-@@ -171,7 +171,7 @@
- end
-
- class ['a] dialog obj = object (self)
-- inherit ['a] dialog_ext obj
-+ inherit ['a] dialog_ext (obj :> Gtk.dialog obj)
- method connect : 'a dialog_signals = new dialog_signals obj (self#decode)
- end
-
-@@ -193,7 +193,7 @@
- type any_response = [GtkEnums.response | `OTHER of int]
-
- class dialog_any obj = object (self)
-- inherit [any_response] dialog_base obj
-+ inherit [any_response] dialog_base (obj :> Gtk.dialog obj)
- method private encode = function
- `OTHER n -> n
- | #GtkEnums.response as v -> Dialog.std_response v
diff --git a/extra/libstroke/ChangeLog b/extra/libstroke/ChangeLog
deleted file mode 100644
index cf5bc097b..000000000
--- a/extra/libstroke/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-2009-03-14 Eric Belanger <eric@archlinux.org>
-
- * libstroke 0.5.1-3
- * Fixed build issue
- * Updated url
- * Added license
- * Added libx11 and gtk makedepends
- * Added ChangeLog