From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] Cleanup: Remove more X11 related libraries and packages. Date: Sat, 02 Jul 2022 17:09:29 +0200 Message-ID: <20220702150929.3145-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5072016793489044189==" List-Id: --===============5072016793489044189== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 =3D libICE -version =3D 1.0.9 -release =3D 1 - -maintainer =3D Stefan Schantl -groups =3D X/Libraries -url =3D http://www.x.org/ -license =3D MIT -summary =3D X.Org X11 libICE runtime library. - -description - X.Org X11 libICE development package. -end - -source_dl =3D http://ftp.x.org/pub/individual/lib/ - -build - requires - pkg-config - xorg-x11-proto-devel - xorg-x11-xtrans-devel - end - - configure_options +=3D \ - --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 =3D libSM -version =3D 1.2.2 -release =3D 1 - -maintainer =3D Stefan Schantl -groups =3D X/Libraries -url =3D http://www.x.org/ -license =3D MIT -summary =3D X.Org X11 libSM runtime library. - -description - X.Org X11 libSM development package. -end - -source_dl =3D http://ftp.x.org/pub/individual/lib/ - -build - requires - libICE-devel - libuuid-devel - xorg-x11-proto-devel - xorg-x11-xtrans-devel - end - - configure_options +=3D \ - --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 =3D libfontenc -version =3D 1.1.3 -release =3D 1 - -maintainer =3D Stefan Schantl -groups =3D X/Libraries -url =3D http://www.x.org/ -license =3D MIT -summary =3D X.Org X11 libfontenc runtime library. - -description - X.Org X11 libfontenc runtime library. -end - -source_dl =3D http://ftp.x.org/pub/individual/lib/ - -build - requires - pkg-config - xorg-x11-proto-devel - zlib-devel - end - - configure_options +=3D \ - --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 =3D libxkbfile -version =3D 1.0.8 -release =3D 1 - -maintainer =3D Stefan Schantl -groups =3D X/Libraries -url =3D http://www.x.org -license =3D MIT -summary =3D X.Org X11 libxkbfile runtime library. - -description - X.Org X11 libxkbfile runtime library. -end - -source_dl =3D 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 =3D makedepend -version =3D 1.0.4 -release =3D 1 - -groups =3D Development/Tools -url =3D http://www.x.org -license =3D MIT -summary =3D makedepend - create dependencies in makefiles. - -description - Makedepend automatically creates dependencies in makefiles. -end - -source_dl =3D 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 =3D xcb-proto -version =3D 1.11 -release =3D 1 -arch =3D noarch - -maintainer =3D Stefan Schantl -groups =3D X/Headers -url =3D http://xcb.freedesktop.org/ -license =3D MIT -summary =3D 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 mar= shalling the protocol. -end - -source_dl =3D 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 !=3D /usr/lib. - configure_options +=3D \ - --libdir=3D%{datadir} -end - -packages - package %{name} -end diff --git a/xkeyboard-config/xkeyboard-config.nm b/xkeyboard-config/xkeyboar= d-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 =3D xkeyboard-config -version =3D 1.9 -release =3D 1 -arch =3D noarch - -maintainer =3D Stefan Schantl -groups =3D X/Utils -url =3D http://www.x.org/ -license =3D MIT -summary =3D 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 =3D http://ftp.x.org/pub/individual/data/ -sources =3D %{thisapp}.tar.bz2 - -build - requires - gettext - intltool - pkg-config - perl-XML-Parser - xorg-x11-util-macros - xorg-x11-xkb-utils - end - - configure_options +=3D \ - --disable-static \ - --with-xkb-base=3D/usr/share/X11/xkb \ - --disable-xkbcomp-symlink \ - --with-xkb-rules-symlink=3Dxorg - - make_install_targets +=3D INSTALL=3D"install -p" -end - -packages - package %{name} - end -end --=20 2.30.2 --===============5072016793489044189==--