]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libart: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 28 Oct 2016 17:06:51 +0000 (19:06 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 16 Nov 2016 23:35:20 +0000 (00:35 +0100)
This package is not needed by anything any more

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libart/libart.nm [deleted file]
libart/patches/libart_lgpl-2.3.19-upstream_fix-1.patch [deleted file]

diff --git a/libart/libart.nm b/libart/libart.nm
deleted file mode 100644 (file)
index ec47dfd..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-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 (file)
index 68d60ed..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-Submitted By:            Randy McMurchy <randy_at_linuxfromscratch_dot_org>
-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 <libart_lgpl/art_config.h>
- #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
-