All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] xdg-utils: add xdg-utils to pass LSB 4.1 command check
@ 2011-03-22  9:18 Kang Kai
  2011-03-22  9:18 ` [PATCH 1/1] xdg-utils: add xdg-utils to pass the lsb test Kang Kai
  2011-03-25  2:23 ` [PATCH 0/1] xdg-utils: add xdg-utils to pass LSB 4.1 command check Kang Kai
  0 siblings, 2 replies; 4+ messages in thread
From: Kang Kai @ 2011-03-22  9:18 UTC (permalink / raw)
  To: poky

From: Kang Kai <kai.kang@windriver.com>

xdg-utils provides xdg-* scripts to pass the LSB 4.1 command check
Merge from OE and add DESCRIPTION, PR and LIC_FILES_CHKSUM.

(From OE-Core rev: 44985d56bc556786812a0a02d6219afd31a7381d)

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: kangkai/distro
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro

Thanks,
    Kang Kai <kai.kang@windriver.com>
---


Kang Kai (1):
  xdg-utils: add xdg-utils to pass the lsb test

 meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb |   26 ++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] xdg-utils: add xdg-utils to pass the lsb test
  2011-03-22  9:18 [PATCH 0/1] xdg-utils: add xdg-utils to pass LSB 4.1 command check Kang Kai
@ 2011-03-22  9:18 ` Kang Kai
  2011-03-25  2:26   ` [PATCH 1/1] [Resend]xdg-utils: " Kang Kai
  2011-03-25  2:23 ` [PATCH 0/1] xdg-utils: add xdg-utils to pass LSB 4.1 command check Kang Kai
  1 sibling, 1 reply; 4+ messages in thread
From: Kang Kai @ 2011-03-22  9:18 UTC (permalink / raw)
  To: poky

From: Kang Kai <kai.kang@windriver.com>

xdg-utils provides xdg-* scripts to pass the LSB 4.1 command check
Merge from OE and add DESCRIPTION, PR and LIC_FILES_CHKSUM.

(From OE-Core rev: 44985d56bc556786812a0a02d6219afd31a7381d)

Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
 meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb |   26 ++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb

diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb
new file mode 100644
index 0000000..695e4f3
--- /dev/null
+++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb
@@ -0,0 +1,26 @@
+SUMMARY = "Basic desktop integration functions"
+
+DESCRIPTION = "The xdg-utils package is a set of simple scripts that provide basic \
+desktop integration functions for any Free Desktop, such as Linux. \
+They are intended to provide a set of defacto standards. \
+The following scripts are provided at this time: \
+xdg-desktop-icon \     
+xdg-desktop-menu \  
+xdg-email \ 
+xdg-icon-resource \
+xdg-mime \       
+xdg-open \     
+xdg-screensaver \ 
+"
+
+PR="r0"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a5367a90934098d6b05af3b746405014"
+
+SRC_URI = "http://portland.freedesktop.org/download/${PN}-${PV}.tgz"
+
+inherit autotools
+
+SRC_URI[md5sum] = "348a5b91dc66426505022c74a64b2940"
+SRC_URI[sha256sum] = "21aeb7d16b2529b8d3975118f59eec09953e09f9a68d718159e98c90474b01ac"
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1] xdg-utils: add xdg-utils to pass LSB 4.1 command check
  2011-03-22  9:18 [PATCH 0/1] xdg-utils: add xdg-utils to pass LSB 4.1 command check Kang Kai
  2011-03-22  9:18 ` [PATCH 1/1] xdg-utils: add xdg-utils to pass the lsb test Kang Kai
@ 2011-03-25  2:23 ` Kang Kai
  1 sibling, 0 replies; 4+ messages in thread
From: Kang Kai @ 2011-03-25  2:23 UTC (permalink / raw)
  To: poky

Hi Richard,

I am so sorry that xdg-utils_1.0.2.bb is from OE, not OE-Core. So I only 
update the comments of this patch(using 'From OE' instead of 'From 
OE-Core'), and resend it.

Regards,
Kai

> From: Kang Kai<kai.kang@windriver.com>
>
> xdg-utils provides xdg-* scripts to pass the LSB 4.1 command check
> Merge from OE and add DESCRIPTION, PR and LIC_FILES_CHKSUM.
>
> (From OE-Core rev: 44985d56bc556786812a0a02d6219afd31a7381d)
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: kangkai/distro
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro
>
> Thanks,
>      Kang Kai<kai.kang@windriver.com>
> ---
>
>
> Kang Kai (1):
>    xdg-utils: add xdg-utils to pass the lsb test
>
>   meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb |   26 ++++++++++++++++++++
>   1 files changed, 26 insertions(+), 0 deletions(-)
>   create mode 100644 meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] [Resend]xdg-utils: add xdg-utils to pass the lsb test
  2011-03-22  9:18 ` [PATCH 1/1] xdg-utils: add xdg-utils to pass the lsb test Kang Kai
@ 2011-03-25  2:26   ` Kang Kai
  0 siblings, 0 replies; 4+ messages in thread
From: Kang Kai @ 2011-03-25  2:26 UTC (permalink / raw)
  To: poky

From: Kang Kai <kai.kang@windriver.com>

xdg-utils provides xdg-* scripts to pass the LSB 4.1 command check
Import from OE and add DESCRIPTION, PR and LIC_FILES_CHKSUM.

(From OE rev: 44985d56bc556786812a0a02d6219afd31a7381d)

Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
  meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb |   26 
++++++++++++++++++++
  1 files changed, 26 insertions(+), 0 deletions(-)
  create mode 100644 meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb

diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb 
b/meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb
new file mode 100644
index 0000000..695e4f3
--- /dev/null
+++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb
@@ -0,0 +1,26 @@
+SUMMARY = "Basic desktop integration functions"
+
+DESCRIPTION = "The xdg-utils package is a set of simple scripts that 
provide basic \
+desktop integration functions for any Free Desktop, such as Linux. \
+They are intended to provide a set of defacto standards. \
+The following scripts are provided at this time: \
+xdg-desktop-icon \
+xdg-desktop-menu \
+xdg-email \
+xdg-icon-resource \
+xdg-mime \
+xdg-open \
+xdg-screensaver \
+"
+
+PR="r0"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a5367a90934098d6b05af3b746405014"
+
+SRC_URI = "http://portland.freedesktop.org/download/${PN}-${PV}.tgz"
+
+inherit autotools
+
+SRC_URI[md5sum] = "348a5b91dc66426505022c74a64b2940"
+SRC_URI[sha256sum] = 
"21aeb7d16b2529b8d3975118f59eec09953e09f9a68d718159e98c90474b01ac"
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-25  2:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22  9:18 [PATCH 0/1] xdg-utils: add xdg-utils to pass LSB 4.1 command check Kang Kai
2011-03-22  9:18 ` [PATCH 1/1] xdg-utils: add xdg-utils to pass the lsb test Kang Kai
2011-03-25  2:26   ` [PATCH 1/1] [Resend]xdg-utils: " Kang Kai
2011-03-25  2:23 ` [PATCH 0/1] xdg-utils: add xdg-utils to pass LSB 4.1 command check Kang Kai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.