diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-12 23:18:35 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-12 23:18:35 +0000 |
commit | 420653c3bebaab15a99f8acf5da9383c7149aa7f (patch) | |
tree | de25205b16a1df8803cac1464277af2a516bbd18 /gpe-contacts/gpe-contacts_0.32.oe | |
parent | 00b25f525858bd9382356610e23279242d1999df (diff) |
add LICENSE
BKrev: 419544cbGM6AMbVI1FF41XH7ltBGCg
Diffstat (limited to 'gpe-contacts/gpe-contacts_0.32.oe')
-rw-r--r-- | gpe-contacts/gpe-contacts_0.32.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gpe-contacts/gpe-contacts_0.32.oe b/gpe-contacts/gpe-contacts_0.32.oe index e69de29bb2..1dc615408b 100644 --- a/gpe-contacts/gpe-contacts_0.32.oe +++ b/gpe-contacts/gpe-contacts_0.32.oe @@ -0,0 +1,16 @@ +LICENSE = "GPL" +inherit gpe + +PR = "r0" + +DEPENDS = "libgpewidget libgpepimc libdisplaymigration libgpevtype libxml2 dbus" +SECTION = "gpe" +RDEPENDS = "gpe-icons" +DESCRIPTION = "GPE contacts manager" + +FILES_${PN} += " ${datadir}/gpe ${datadir}/gpe-contacts" + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ + file://new-button-disabled-after-window-close.patch;patch=1;pnum=0 \ + file://filtered-paste.patch;patch=1;pnum=0 \ + file://select-start.patch;patch=1;pnum=0" |