From patchwork Sat Jul 2 15:09:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 5720 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LZwTb1whXz3xqm for ; Sat, 2 Jul 2022 15:09:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LZwTZ21nMz1FS; Sat, 2 Jul 2022 15:09:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LZwTZ0nW8z2yZb; Sat, 2 Jul 2022 15:09:38 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LZwTX02RFz2xMw for ; Sat, 2 Jul 2022 15:09:35 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LZwTW31Vbzy6; Sat, 2 Jul 2022 15:09:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1656774575; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=If7P8NhZkgz/4Sj2r4fhqSH01pS5fXWTsn5t6sEW9CA=; b=k/Mrp8iqo200R2uNlTeCKfnca4gsc2ulNIbMn8gqqdhJHVc/aV8uhpQPBtzKZISQ06/Cnn 1dlXjEoJ0Kne8XDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1656774575; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=If7P8NhZkgz/4Sj2r4fhqSH01pS5fXWTsn5t6sEW9CA=; b=iJolJRK5yw2H/DPoADmMlsj0eO59cFbQJ5+iQh9gSMLYIU9F3SPNjuy4Trhi76zZl8X0TY jyBm7IFIqk5vmdU1+iWozw1MteW3aENEDTnGqvJiROGNZjd0fT6FdY3T8mqKnGLSCuhZxJ xQnkYYjAvHh330PoeV1fh6Nc5CjNzpkPtM+ReOKdoXHHVd7KyMKbpwAWcx+mnqiIPab3xD 7GLXB1lLstfvev6BmjXqamqdzSJ5DW91z6Nevg/oSCqeo0aX1Yzte5NmBq60LYNT5g9SjI jxMbA76w4+qr5NKhEg4CBeIuT16oWAIp0tkOUGNykK4jKyOzsyfgWNS96vZ7Vg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] Cleanup: Remove more X11 related libraries and packages. Date: Sat, 2 Jul 2022 17:09:29 +0200 Message-Id: <20220702150929.3145-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- libICE/libICE.nm | 43 ------------------------- libSM/libSM.nm | 44 ------------------------- libfontenc/libfontenc.nm | 43 ------------------------- libxkbfile/libxkbfile.nm | 40 ----------------------- makedepend/makedepend.nm | 35 -------------------- xcb-proto/xcb-proto.nm | 39 ---------------------- xkeyboard-config/xkeyboard-config.nm | 48 ---------------------------- 7 files changed, 292 deletions(-) delete mode 100644 libICE/libICE.nm delete mode 100644 libSM/libSM.nm delete mode 100644 libfontenc/libfontenc.nm delete mode 100644 libxkbfile/libxkbfile.nm delete mode 100644 makedepend/makedepend.nm delete mode 100644 xcb-proto/xcb-proto.nm delete mode 100644 xkeyboard-config/xkeyboard-config.nm diff --git a/libICE/libICE.nm b/libICE/libICE.nm deleted file mode 100644 index 0607f0a5c..000000000 --- a/libICE/libICE.nm +++ /dev/null @@ -1,43 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = libICE -version = 1.0.9 -release = 1 - -maintainer = Stefan Schantl -groups = X/Libraries -url = http://www.x.org/ -license = MIT -summary = X.Org X11 libICE runtime library. - -description - X.Org X11 libICE development package. -end - -source_dl = http://ftp.x.org/pub/individual/lib/ - -build - requires - pkg-config - xorg-x11-proto-devel - xorg-x11-xtrans-devel - end - - configure_options += \ - --disable-static -end - -packages - package %{name} - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end diff --git a/libSM/libSM.nm b/libSM/libSM.nm deleted file mode 100644 index 8f0bcb8b7..000000000 --- a/libSM/libSM.nm +++ /dev/null @@ -1,44 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = libSM -version = 1.2.2 -release = 1 - -maintainer = Stefan Schantl -groups = X/Libraries -url = http://www.x.org/ -license = MIT -summary = X.Org X11 libSM runtime library. - -description - X.Org X11 libSM development package. -end - -source_dl = http://ftp.x.org/pub/individual/lib/ - -build - requires - libICE-devel - libuuid-devel - xorg-x11-proto-devel - xorg-x11-xtrans-devel - end - - configure_options += \ - --disable-static -end - -packages - package %{name} - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end diff --git a/libfontenc/libfontenc.nm b/libfontenc/libfontenc.nm deleted file mode 100644 index 25577a0a1..000000000 --- a/libfontenc/libfontenc.nm +++ /dev/null @@ -1,43 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = libfontenc -version = 1.1.3 -release = 1 - -maintainer = Stefan Schantl -groups = X/Libraries -url = http://www.x.org/ -license = MIT -summary = X.Org X11 libfontenc runtime library. - -description - X.Org X11 libfontenc runtime library. -end - -source_dl = http://ftp.x.org/pub/individual/lib/ - -build - requires - pkg-config - xorg-x11-proto-devel - zlib-devel - end - - configure_options += \ - --disable-static -end - -packages - package %{name} - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end diff --git a/libxkbfile/libxkbfile.nm b/libxkbfile/libxkbfile.nm deleted file mode 100644 index 61c7119ee..000000000 --- a/libxkbfile/libxkbfile.nm +++ /dev/null @@ -1,40 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = libxkbfile -version = 1.0.8 -release = 1 - -maintainer = Stefan Schantl -groups = X/Libraries -url = http://www.x.org -license = MIT -summary = X.Org X11 libxkbfile runtime library. - -description - X.Org X11 libxkbfile runtime library. -end - -source_dl = http://ftp.x.org/pub/individual/lib/ - -build - requires - libX11-devel - pkg-config - xorg-x11-proto-devel - end -end - -packages - package %{name} - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end diff --git a/makedepend/makedepend.nm b/makedepend/makedepend.nm deleted file mode 100644 index 7eca2cbbd..000000000 --- a/makedepend/makedepend.nm +++ /dev/null @@ -1,35 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = makedepend -version = 1.0.4 -release = 1 - -groups = Development/Tools -url = http://www.x.org -license = MIT -summary = makedepend - create dependencies in makefiles. - -description - Makedepend automatically creates dependencies in makefiles. -end - -source_dl = ftp://ftp.x.org/pub/individual/util/ - -build - requires - pkg-config - xorg-x11-util-macros - xorg-x11-proto-devel - end -end - -packages - package %{name} - - package %{name}-debuginfo - template DEBUGINFO - end -end diff --git a/xcb-proto/xcb-proto.nm b/xcb-proto/xcb-proto.nm deleted file mode 100644 index bddbaa098..000000000 --- a/xcb-proto/xcb-proto.nm +++ /dev/null @@ -1,39 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = xcb-proto -version = 1.11 -release = 1 -arch = noarch - -maintainer = Stefan Schantl -groups = X/Headers -url = http://xcb.freedesktop.org/ -license = MIT -summary = XCB protocol descriptions. - -description - XCB is a project to enable efficient language bindings to the X11 - protocol. This package contains the protocol descriptions themselves. - Language bindings use these protocol descriptions to generate code for marshalling the protocol. -end - -source_dl = http://xcb.freedesktop.org/dist/ - -build - requires - pkg-config - python-devel - end - - # Place the .pc files in /usr/share so they - # can be found on all architectures where libdir != /usr/lib. - configure_options += \ - --libdir=%{datadir} -end - -packages - package %{name} -end diff --git a/xkeyboard-config/xkeyboard-config.nm b/xkeyboard-config/xkeyboard-config.nm deleted file mode 100644 index 504b7e8f7..000000000 --- a/xkeyboard-config/xkeyboard-config.nm +++ /dev/null @@ -1,48 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = xkeyboard-config -version = 1.9 -release = 1 -arch = noarch - -maintainer = Stefan Schantl -groups = X/Utils -url = http://www.x.org/ -license = MIT -summary = X Keyboard Extension configuration data. - -description - This package contains configuration data used by the X Keyboard - Extension (XKB), which allows selection of keyboard layouts when - using a graphical interface. -end - -source_dl = http://ftp.x.org/pub/individual/data/ -sources = %{thisapp}.tar.bz2 - -build - requires - gettext - intltool - pkg-config - perl-XML-Parser - xorg-x11-util-macros - xorg-x11-xkb-utils - end - - configure_options += \ - --disable-static \ - --with-xkb-base=/usr/share/X11/xkb \ - --disable-xkbcomp-symlink \ - --with-xkb-rules-symlink=xorg - - make_install_targets += INSTALL="install -p" -end - -packages - package %{name} - end -end