diff --git a/common/shlibs b/common/shlibs index d8eb9bbbeb6..55b12c69fbc 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3470,3 +3470,4 @@ libceres.so.1 ceres-solver-1.14.0_1 libgraphene-1.0.so.0 graphene-1.8.2_1 libgtk-4.so.0.9400.0 gtk4-3.94.0_1 libmodule.so.4 libmodule-4.1.0_1 +libgnustep-gui.so.0.27 gnustep-gui-0.27.0_1 diff --git a/srcpkgs/gnustep-gui-data b/srcpkgs/gnustep-gui-data new file mode 120000 index 00000000000..3f3039526de --- /dev/null +++ b/srcpkgs/gnustep-gui-data @@ -0,0 +1 @@ +gnustep-gui \ No newline at end of file diff --git a/srcpkgs/gnustep-gui-devel b/srcpkgs/gnustep-gui-devel new file mode 120000 index 00000000000..3f3039526de --- /dev/null +++ b/srcpkgs/gnustep-gui-devel @@ -0,0 +1 @@ +gnustep-gui \ No newline at end of file diff --git a/srcpkgs/gnustep-gui/template b/srcpkgs/gnustep-gui/template new file mode 100644 index 00000000000..db332ad772c --- /dev/null +++ b/srcpkgs/gnustep-gui/template @@ -0,0 +1,35 @@ +# Template file for 'gnustep-gui' +pkgname=gnustep-gui +version=0.27.0 +revision=1 +build_style=gnu-configure +hostmakedepends="gnustep-make pkg-config" +makedepends="gnustep-base-devel libjpeg-turbo-devel tiff-devel" +depends="gnustep-gui-data" +short_desc="Graphical user interface class library for GNUstep" +maintainer="Andrew Benson " +license="GPL-2.0-or-later, GPL-3.0-or-later" +homepage="http://www.gnustep.org/" +distfiles="http://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-${version}.tar.gz" +checksum=7991e435944d389366069888eb65b1ef08c5ab39f12b27e804bb372b941bd3d4 + +nocross="objc doesn't get cross build at present within gcc" + +gnustep-gui-data_package() { + short_desc+=" - assets" + archs=noarch + pkg_install() { + vmove usr/lib/GNUstep/Sounds + vmove usr/lib/GNUstep/Images + } +} + +gnustep-gui-devel_package() { + short_desc+=" - developement files" + depends="${hostmakedepends} ${sourcepkg}>=${version}" + pkg_install() { + vmove usr/include + vmove usr/share/GNUstep/Makefiles + vmove "usr/lib/*.so" + } +}