mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libforms: add version 1.2.3
Signed-off-by: Hoang Anh Tuan <tuanha@viosoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0ad153f721
commit
fbc6448358
|
|
@ -0,0 +1,12 @@
|
|||
diff -Naur xforms-1.2.3.orig/fdesign/Makefile.am xforms-1.2.3/fdesign/Makefile.am
|
||||
--- xforms-1.2.3.orig/fdesign/Makefile.am 2019-02-24 12:58:51.968645873 +0000
|
||||
+++ xforms-1.2.3/fdesign/Makefile.am 2019-02-24 13:00:48.500635163 +0000
|
||||
@@ -11,7 +11,7 @@
|
||||
fdesign.1:
|
||||
cp -p $(srcdir)/fdesign.man fdesign.1
|
||||
|
||||
-INCLUDES = -I./xpm $(X_CFLAGS)
|
||||
+INCLUDES = -I./xpm -I$(srcdir)/xpm $(X_CFLAGS)
|
||||
|
||||
bin_PROGRAMS = fdesign
|
||||
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
diff -Naur xforms-1.2.3.orig/lib/Makefile.am xforms-1.2.3/lib/Makefile.am
|
||||
--- xforms-1.2.3.orig/lib/Makefile.am 2019-02-24 12:53:58.340678373 +0000
|
||||
+++ xforms-1.2.3/lib/Makefile.am 2019-02-24 12:54:33.096674102 +0000
|
||||
@@ -25,7 +25,7 @@
|
||||
man_MANS = xforms.5
|
||||
|
||||
xforms.5:
|
||||
- cp -p ./xforms.man xforms.5
|
||||
+ cp -p $(srcdir)/xforms.man xforms.5
|
||||
|
||||
libforms_la_SOURCES = \
|
||||
align.c \
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
diff -Naur xforms-1.2.3.orig/fdesign/Makefile.am xforms-1.2.3/fdesign/Makefile.am
|
||||
--- xforms-1.2.3.orig/fdesign/Makefile.am 2019-02-24 13:08:48.412603250 +0000
|
||||
+++ xforms-1.2.3/fdesign/Makefile.am 2019-02-24 13:09:18.412601874 +0000
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
bin_PROGRAMS = fdesign
|
||||
|
||||
-fdesign_LDADD = $(top_srcdir)/lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(XPM_LIB) -lX11 $(LIBS) $(X_EXTRA_LIBS)
|
||||
+fdesign_LDADD = $(top_builddir)/lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(XPM_LIB) -lX11 $(LIBS) $(X_EXTRA_LIBS)
|
||||
|
||||
fdesign_SOURCES = \
|
||||
fd_attribs.c \
|
||||
24
meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb
Normal file
24
meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
DESCRIPTION = "The XForms graphical interface widget library "
|
||||
HOMEPAGE = "http://savannah.nongnu.org/projects/xforms/"
|
||||
PR = "r0"
|
||||
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=ade9a053df81f5b9408d2f4f5546df86"
|
||||
|
||||
SRC_URI = "http://download.savannah.nongnu.org/releases/xforms/xforms-${PV}.tar.gz \
|
||||
file://fix-link-to-xforms-man.patch \
|
||||
file://add-absolute-path-for-include-dir.patch \
|
||||
file://fix-path-fdesign_LDADD.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "235720a758a8b8d9e6e452dc67190e9b"
|
||||
SRC_URI[sha256sum] = "7989b39598c769820ad451ad91e5cb0de29946940c8240aac94ca8238c2def61"
|
||||
|
||||
inherit autotools
|
||||
|
||||
S = "${WORKDIR}/xforms-${PV}"
|
||||
|
||||
DEPENDS = "libxpm jpeg libx11 mesa"
|
||||
RDEPENDS_${PN} = "bash"
|
||||
|
||||
EXTRA_OECONF = "--with-extra-inc=${S}/lib"
|
||||
Loading…
Reference in New Issue
Block a user