New package: gnustep-gui-0.27.0
This commit is contained in:
parent
2287d3f941
commit
5452159bb7
4 changed files with 38 additions and 0 deletions
|
@ -3470,3 +3470,4 @@ libceres.so.1 ceres-solver-1.14.0_1
|
||||||
libgraphene-1.0.so.0 graphene-1.8.2_1
|
libgraphene-1.0.so.0 graphene-1.8.2_1
|
||||||
libgtk-4.so.0.9400.0 gtk4-3.94.0_1
|
libgtk-4.so.0.9400.0 gtk4-3.94.0_1
|
||||||
libmodule.so.4 libmodule-4.1.0_1
|
libmodule.so.4 libmodule-4.1.0_1
|
||||||
|
libgnustep-gui.so.0.27 gnustep-gui-0.27.0_1
|
||||||
|
|
1
srcpkgs/gnustep-gui-data
Symbolic link
1
srcpkgs/gnustep-gui-data
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
gnustep-gui
|
1
srcpkgs/gnustep-gui-devel
Symbolic link
1
srcpkgs/gnustep-gui-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
gnustep-gui
|
35
srcpkgs/gnustep-gui/template
Normal file
35
srcpkgs/gnustep-gui/template
Normal file
|
@ -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 <abenson+void@gmail.com>"
|
||||||
|
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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue