]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
libtimezonemap: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Oct 2016 09:23:08 +0000 (11:23 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Oct 2016 09:23:08 +0000 (11:23 +0200)
No required by anything at the moment and FTBFS

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libtimezonemap/libtimezonemap.nm [deleted file]

diff --git a/libtimezonemap/libtimezonemap.nm b/libtimezonemap/libtimezonemap.nm
deleted file mode 100644 (file)
index d34df8b..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = libtimezonemap
-version    = 0.3.2
-release    = 1
-
-groups     = System/Libraries
-url        = https://launchpad.net/libtimezonemap
-license    = GPL
-summary    = GTK+3 timezone map widget.
-
-description
-       GTK+3 timezone map widget.
-end
-
-source_dl  = https://launchpad.net/ubuntu/+archive/primary/+files/
-sources    = %{name}_%{version}.tar.gz
-
-build
-       requires
-               gtk3-devel
-               gobject-introspection-devel >= 1.35.4
-               json-glib-devel
-               pkg-config
-       end
-
-       DIR_APP = %{DIR_SRC}/timezonemap
-
-       configure_options += \
-               --enable-introspection=yes
-end
-
-packages
-       package %{name}
-
-       package %{name}-devel
-               template DEVEL
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end