diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 15:40:29 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 15:40:36 -0500 |
commit | e2c66b56046b68e160bd8a3f235cc9b2893c7fee (patch) | |
tree | 87cbc722baad3aadf60df648e92893746d35fa9a /media-libs/edje | |
parent | e25de7f6e016e436584f732249d16fe9ac5a298d (diff) | |
download | gentoo-e2c66b56046b68e160bd8a3f235cc9b2893c7fee.tar.gz gentoo-e2c66b56046b68e160bd8a3f235cc9b2893c7fee.tar.xz |
enlightenment metadata.xml: standardize
Diffstat (limited to 'media-libs/edje')
-rw-r--r-- | media-libs/edje/metadata.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/edje/metadata.xml b/media-libs/edje/metadata.xml index c360c1c2853..a87f862606e 100644 --- a/media-libs/edje/metadata.xml +++ b/media-libs/edje/metadata.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'> <pkgmetadata> <herd>enlightenment</herd> <use> - <flag name='cache'>Enable caching</flag> + <flag name='cache'>Enable caching</flag> </use> <longdescription> Edje is a complex graphical design and layout library. -It's purpose is to be a sequel to "Ebits" which to date has serviced the needs of +It's purpose is to be a sequel to 'Ebits' which to date has serviced the needs of Enlightenment development for version 0.17. The original design paramteres under which Ebits came about were a lot more restricted than the resulting use of them, thus Edje was born. @@ -33,7 +33,7 @@ collection, allowing for the sharing of data betwene display elements). Each par collection consists of a list of visual parts, as well as a list of programs. A program is a conditionally run program that if a particular event occurs (a button is pressed, a mouse enters or leaves a part) will trigger an action that may affect -other parts. In this way a part collection can be "programmed" via its file as to +other parts. In this way a part collection can be 'programmed' via its file as to hilight buttons when the mouse passes over them or show hidden parts when a button is clicked somewhere etc. The actions performed in changing from one state to another ar also allowed to transition over a period of time, allowing animation. |