From: Michael Tremer Date: Fri, 28 Oct 2016 17:06:51 +0000 (+0200) Subject: libart: Drop package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7e57725eb5a627414336f42d30c40db2ea87305;p=ipfire-3.x.git libart: Drop package This package is not needed by anything any more Signed-off-by: Michael Tremer --- diff --git a/libart/libart.nm b/libart/libart.nm deleted file mode 100644 index ec47dfdb9..000000000 --- a/libart/libart.nm +++ /dev/null @@ -1,34 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = libart_gpl -version = 2.3.19 -release = 1 - -groups = System/Graphics -url = http://www.gnome.org -license = LGPLv2+ -summary = Library of graphics routines used by libgnomecanvas. - -description - Graphics routines used by the GnomeCanvas widget and some other \ - applications. libart renders vector paths and the like. -end - -source_dl = -sources = %{thisapp}.tar.bz2 - -packages - package %{name} - end - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end diff --git a/libart/patches/libart_lgpl-2.3.19-upstream_fix-1.patch b/libart/patches/libart_lgpl-2.3.19-upstream_fix-1.patch deleted file mode 100644 index 68d60ed49..000000000 --- a/libart/patches/libart_lgpl-2.3.19-upstream_fix-1.patch +++ /dev/null @@ -1,28 +0,0 @@ -Submitted By: Randy McMurchy -Date: 2007-04-09 -Initial Package Version: 2.3.19 -Upstream Status: In upstream CVS -Origin: Upstream -Description: Fixes an error during the installation of KDE-Libs - - -diff -Naur libart_lgpl-2.3.19.orig/art_misc.h libart_lgpl-2.3.19/art_misc.h ---- libart_lgpl-2.3.19.orig/art_misc.h 2007-01-01 18:59:22.000000000 -0500 -+++ libart_lgpl-2.3.19/art_misc.h 2007-03-20 23:04:52.000000000 -0400 -@@ -34,9 +34,15 @@ - #include - #endif - -+#ifdef __cplusplus -+extern "C" { -+#endif - void *art_alloc(size_t size); - void art_free(void *ptr); - void *art_realloc(void *ptr, size_t size); -+#ifdef __cplusplus -+} -+#endif /* __cplusplus */ - - /* These aren't, strictly speaking, configuration macros, but they're - damn handy to have around, and may be worth playing with for -