mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 20:23:04 +01:00
xorg-app: X11 cleanup part 2: added DESCRIPTION fields, fixed DEPENDS lines, fixed order of fields
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2095 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
require xorg-app-common.inc
|
||||
|
||||
#DESCRIPTION = ""
|
||||
|
||||
DEPENDS += " virtual/libx11 libxmu libxrender libxft libxext"
|
||||
|
||||
DESCRIPTION = "X11 server performance test program"
|
||||
DEPENDS += "libxmu libxrender libxft libxext fontconfig"
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
require xorg-app-common.inc
|
||||
|
||||
DESCRIPTION = "X authority file utility"
|
||||
DEPENDS += "libxau libxext libxmu"
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
#DESCRIPTION = ""
|
||||
|
||||
DEPENDS += " virtual/libx11 libxau libxext libxmu"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
require xorg-app-common.inc
|
||||
PE = "1"
|
||||
|
||||
DESCRIPTION = "X display information utility"
|
||||
LICENSE = "MIT"
|
||||
|
||||
DEPENDS += " libxtst libxext virtual/libx11 libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp"
|
||||
DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau"
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
SRC_URI += "file://disable-xkb.patch;patch=1"
|
||||
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
require xorg-app-common.inc
|
||||
|
||||
PE = "1"
|
||||
|
||||
DESCRIPTION = "X Event Viewer"
|
||||
LICENSE = "MIT"
|
||||
|
||||
DEPENDS += " virtual/libx11"
|
||||
PE = "1"
|
||||
|
||||
SRC_URI += "file://diet-x11.patch;patch=1"
|
||||
|
||||
@@ -2,7 +2,5 @@ require xorg-app-common.inc
|
||||
|
||||
DESCRIPTION = "Server access control program for X"
|
||||
LICENSE = "MIT"
|
||||
|
||||
DEPENDS += " virtual/libx11 libxmu libxau"
|
||||
|
||||
DEPENDS += "libxmu libxau"
|
||||
PE = "1"
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
require xorg-app-common.inc
|
||||
|
||||
DESCRIPTION = "X Window System initializer"
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
#DESCRIPTION = ""
|
||||
|
||||
DEPENDS += " virtual/libx11"
|
||||
FILES_${PN} += " /usr/lib/X11/xinit"
|
||||
|
||||
FILES_${PN} += "${libdir}X11/xinit"
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
require xorg-app-common.inc
|
||||
PE = "1"
|
||||
|
||||
DESCRIPTION = "utility for modifying keymaps and pointer button mappings in X"
|
||||
LICENSE = "MIT"
|
||||
|
||||
DEPENDS += " virtual/libx11"
|
||||
|
||||
PE = "1"
|
||||
|
||||
@@ -1,18 +1,19 @@
|
||||
DESCRIPTION = "X application"
|
||||
HOMEPAGE = "http://www.x.org"
|
||||
SECTION = "x11/applications"
|
||||
HOMEPAGE = "http://www.x.org/"
|
||||
SECTION = "x11/apps"
|
||||
LICENSE = "MIT-X"
|
||||
DEPENDS = "util-macros-native virtual/libx11"
|
||||
|
||||
DEPENDS = "util-macros"
|
||||
XORG_PN = "${PN}"
|
||||
XORG_RELEASE = "${@["individual",bb.data.getVar('PV', d, 1)[0:7]+"/src"][bb.data.getVar('PV', d, 1)[0:4] == "X11R"]}"
|
||||
SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/app/${XORG_PN}-${PV}.tar.bz2"
|
||||
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||
|
||||
FILES_${PN} += " /usr/lib/X11/${XORG_PN}"
|
||||
SRC_URI = "${XORG_MIRROR}/individual/app/${XORG_PN}-${PV}.tar.bz2"
|
||||
|
||||
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
FILES_${PN} += " /usr/lib/X11/${XORG_PN}"
|
||||
|
||||
@@ -2,9 +2,8 @@ require xorg-app-common.inc
|
||||
|
||||
DESCRIPTION = "X Resize and Rotate extension command."
|
||||
LICENSE= "BSD-X"
|
||||
|
||||
DEPENDS += " libxrandr libxrender virtual/libx11"
|
||||
PE = "1"
|
||||
DEPENDS += "libxrandr libxrender"
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
SRC_URI += "file://resolve_symbol_clash.patch;patch=1"
|
||||
SRC_URI += "file://resolve_symbol_clash.patch;patch=1"
|
||||
|
||||
@@ -2,6 +2,5 @@ require xorg-app-common.inc
|
||||
|
||||
DESCRIPTION = "X server resource database utility"
|
||||
LICENSE = "xrdb"
|
||||
|
||||
DEPENDS += " libxmu virtual/libx11 libxext"
|
||||
DEPENDS += "libxmu"
|
||||
PE = "1"
|
||||
|
||||
@@ -2,14 +2,10 @@ require xorg-app-common.inc
|
||||
|
||||
DESCRIPTION = "user preference utility for X"
|
||||
LICENSE = "MIT"
|
||||
|
||||
DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
|
||||
PE = "1"
|
||||
|
||||
# Remove libraries that are not hard depends
|
||||
DEPENDS += " libxext virtual/libx11 libxxf86misc libxfontcache libxmu"
|
||||
|
||||
SRC_URI += "file://disable-xkb.patch;patch=1"
|
||||
|
||||
CFLAGS += "-D_GNU_SOURCE"
|
||||
EXTRA_OECONF = "--disable-xkb"
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
require xorg-app-common.inc
|
||||
|
||||
#DESCRIPTION = ""
|
||||
|
||||
DEPENDS += " libxv virtual/libx11"
|
||||
|
||||
DESCRIPTION = "Print out X-Video extension adaptor information"
|
||||
DEPENDS += " libxv"
|
||||
PE = "1"
|
||||
|
||||
Reference in New Issue
Block a user