diff options
author | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:40:32 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:40:32 +0000 |
commit | b236090192c018bf8efe8c72019d3d1567b6d158 (patch) | |
tree | 5d76931d8d80fb6a9b77d6b040bf3140da57f7eb /openembedded/packages/xcursor-transparent-theme | |
parent | 6be98eee9dd8f8dfb6a90b3386defc54321497cc (diff) | |
download | poky-b236090192c018bf8efe8c72019d3d1567b6d158.tar.gz |
Convert packages CVSDATE -> SRCDATE and standardise some PV fields
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@268 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/xcursor-transparent-theme')
-rw-r--r-- | openembedded/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb b/openembedded/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb index ac03be504c..ca048155c9 100644 --- a/openembedded/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb +++ b/openembedded/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb | |||
@@ -1,9 +1,11 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | DESCRIPTION = "Transparent xcursor theme for handheld systems" | 2 | DESCRIPTION = "Transparent xcursor theme for handheld systems" |
3 | SECTION = "x11/base" | 3 | SECTION = "x11/base" |
4 | PR="r1" | ||
4 | 5 | ||
5 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ | 6 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ |
6 | file://use-relative-symlinks.patch;patch=1" | 7 | file://use-relative-symlinks.patch;patch=1 \ |
8 | file://fix_watch_cursor.patch;patch=1" | ||
7 | FILES_${PN} = "${datadir}/icons/xcursor-transparent/cursors/*" | 9 | FILES_${PN} = "${datadir}/icons/xcursor-transparent/cursors/*" |
8 | 10 | ||
9 | inherit autotools | 11 | inherit autotools |