diff options
Diffstat (limited to 'meta/packages/matchbox-theme-sato')
4 files changed, 0 insertions, 37 deletions
diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb b/meta/packages/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb deleted file mode 100644 index 30b632934..000000000 --- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb +++ /dev/null @@ -1,9 +0,0 @@ -require matchbox-theme-sato.inc - -DEPENDS = "matchbox-wm-2" -PV = "0.1+svnr${SRCREV}" - -SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" -S = "${WORKDIR}/matchbox-sato" - -EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2" diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc b/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc deleted file mode 100644 index 032dc2d6d..000000000 --- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Matchbox window manager Sato themes" -HOMEPAGE = "http://www.matchbox-project.org/" -BUGTRACKER = "http://bugzilla.openedhand.com/" - -LICENSE = "CCPL" -LIC_FILES_CHKSUM = "file://COPYING;md5=aae86bb34b0a83716ca09f4e783d6ba4" - -DEPENDS = "matchbox-wm" -SECTION = "x11/wm" - -inherit autotools pkgconfig - -FILES_${PN} += "${datadir}/themes" diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb deleted file mode 100644 index 74fb8cf65..000000000 --- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb +++ /dev/null @@ -1,5 +0,0 @@ -require matchbox-theme-sato.inc - -PR = "r0" - -SRC_URI = "http://pokylinux.org/releases/sato/matchbox-theme-sato-0.1.tar.gz" diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb deleted file mode 100644 index 7d492353b..000000000 --- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb +++ /dev/null @@ -1,10 +0,0 @@ -require matchbox-theme-sato.inc - -PV = "0.1+svnr${SRCREV}" -PR = "r0" - -SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" - -EXTRA_OECONF += "${@base_contains('MACHINE_FEATURES', 'qvga', '--with-mode=qvga', '',d)}" - -S = "${WORKDIR}/matchbox-sato" |