]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
gsettings-desktop-schemas: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Jan 2023 16:04:16 +0000 (16:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Jan 2023 16:04:16 +0000 (16:04 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
gsettings-desktop-schemas/gsettings-desktop-schemas.nm [deleted file]

diff --git a/gsettings-desktop-schemas/gsettings-desktop-schemas.nm b/gsettings-desktop-schemas/gsettings-desktop-schemas.nm
deleted file mode 100644 (file)
index b7a1a1d..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = gsettings-desktop-schemas
-version    = %{ver_maj}.%{ver_min}
-ver_maj    = 3.20
-ver_min    = 0
-release    = 2
-
-groups     = System/Libraries
-url        = http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas
-license    = LGPLv2+
-summary    = A collection of GSettings schemas
-
-description
-       gsettings-desktop-schemas contains a collection of GSettings schemas for
-       settings shared by various components of a desktop.
-end
-
-source_dl  = http://download.gnome.org/sources/%{name}/%{ver_maj}/
-sources    = %{thisapp}.tar.xz
-
-build
-       requires
-               glib2 >= 2.31.0
-               gobject-introspection-devel
-               intltool >= 0.50.1
-       end
-
-       configure_options += \
-               --disable-schemas-compile \
-               --enable-introspection=yes
-
-       make_build_targets += V=1
-end
-
-packages
-       package %{name}
-               script posttransin
-                       glib-compile-schemas %{datadir}/glib-2.0/schemas &> /dev/null || :
-               end
-
-               script postun
-                       glib-compile-schemas %{datadir}/glib-2.0/schemas &> /dev/null || :
-               end
-       end
-
-       package %{name}-devel
-               template DEVEL
-
-               files += \
-                       %{datadir}/gir*/
-       end
-end