diff options
Diffstat (limited to 'meta-moblin/packages/dalston')
| -rw-r--r-- | meta-moblin/packages/dalston/dalston.inc | 7 | ||||
| -rw-r--r-- | meta-moblin/packages/dalston/dalston_0.1.12.bb | 1 | ||||
| -rw-r--r-- | meta-moblin/packages/dalston/dalston_git.bb | 11 |
3 files changed, 11 insertions, 8 deletions
diff --git a/meta-moblin/packages/dalston/dalston.inc b/meta-moblin/packages/dalston/dalston.inc new file mode 100644 index 0000000000..bd137d7731 --- /dev/null +++ b/meta-moblin/packages/dalston/dalston.inc | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | DESCRIPTION = "System Information Icons" | ||
| 2 | SRC_URI = "http://download.moblin.org/sources/dalston/0.1/dalston-0.1.12.tar.bz2" | ||
| 3 | LICENSE = "LGPLv2.1" | ||
| 4 | |||
| 5 | DEPENDS = "glib-2.0 gtk+ pulseaudio libcanberra libnotify nbtk mutter-moblin" | ||
| 6 | |||
| 7 | inherit autotools_stage | ||
diff --git a/meta-moblin/packages/dalston/dalston_0.1.12.bb b/meta-moblin/packages/dalston/dalston_0.1.12.bb new file mode 100644 index 0000000000..4af8ebeb21 --- /dev/null +++ b/meta-moblin/packages/dalston/dalston_0.1.12.bb | |||
| @@ -0,0 +1 @@ | |||
| require dalston.inc | |||
diff --git a/meta-moblin/packages/dalston/dalston_git.bb b/meta-moblin/packages/dalston/dalston_git.bb index 9987438008..c61cb2b772 100644 --- a/meta-moblin/packages/dalston/dalston_git.bb +++ b/meta-moblin/packages/dalston/dalston_git.bb | |||
| @@ -1,11 +1,6 @@ | |||
| 1 | DESCRIPTION = "System Information Icons" | 1 | require dalston.inc |
| 2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
| 3 | LICENSE = "LGPLv2.1" | ||
| 4 | PV = "0.0+git${SRCPV}" | ||
| 5 | PR = "r0" | ||
| 6 | |||
| 7 | DEPENDS = "glib-2.0 gtk+ pulseaudio libcanberra libnotify nbtk mutter-moblin" | ||
| 8 | 2 | ||
| 3 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
| 4 | PV = "0.1.12+git${SRCPV}" | ||
| 9 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
| 10 | 6 | ||
| 11 | inherit autotools_stage | ||
