diff options
-rw-r--r-- | packages/python/python-pyro/pyro-unattended-install.patch | 2 | ||||
-rw-r--r-- | packages/python/python-pyro_3.4.bb | 4 | ||||
-rw-r--r-- | packages/wmctrl/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/wmctrl/wmctrl_1.07.bb | 20 |
4 files changed, 23 insertions, 3 deletions
diff --git a/packages/python/python-pyro/pyro-unattended-install.patch b/packages/python/python-pyro/pyro-unattended-install.patch index aefabacbf0..4a14ef2310 100644 --- a/packages/python/python-pyro/pyro-unattended-install.patch +++ b/packages/python/python-pyro/pyro-unattended-install.patch @@ -13,4 +13,4 @@ [install] optimize=1 -#install-scripts=/foo/bar -+install-scripts= ../image/usr/lib/python2.3 ++install-scripts= ../image/usr/lib/python2.4 diff --git a/packages/python/python-pyro_3.4.bb b/packages/python/python-pyro_3.4.bb index a8ac4bb609..4509e9c07b 100644 --- a/packages/python/python-pyro_3.4.bb +++ b/packages/python/python-pyro_3.4.bb @@ -10,9 +10,9 @@ LICENSE = "MIT" RDEPENDS = "python-core python-crypt python-io python-lang python-math \ python-netserver python-pickle python-re python-shell python-stringold \ python-threading" -PR = "r1" +PR = "r2" -SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/pyro;module=Pyro;method=pserver;tag=pyro3_4 \ +SRC_URI = "cvs://anonymous:@pyro.cvs.sourceforge.net/cvsroot/pyro;module=Pyro;method=pserver;tag=pyro3_4 \ file://pyro-unattended-install.patch;patch=1;pnum=0" S="${WORKDIR}/Pyro" diff --git a/packages/wmctrl/.mtn2git_empty b/packages/wmctrl/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/wmctrl/.mtn2git_empty diff --git a/packages/wmctrl/wmctrl_1.07.bb b/packages/wmctrl/wmctrl_1.07.bb new file mode 100644 index 0000000000..59c367d310 --- /dev/null +++ b/packages/wmctrl/wmctrl_1.07.bb @@ -0,0 +1,20 @@ +# +# Copyright Matthias Hentges <devel@hentges.net> (c) 2006 +# License: MIT (see http://www.opensource.org/licenses/mit-license.php for a copy of the license) +# +# Filename: wmctrl_1.07.bb +# Date: 07-Jul-06 + +DESCRIPTION = "A UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager" +MAINTAINER = "Matthias 'CoreDump' Hentges <oe@hentges.net>" +HOMEPAGE = "http://sweb.cz/tripie/utils/wmctrl/" +LICENSE = "GPL" +PR = "r0" + +###################################################################################### + +SRC_URI = "http://sweb.cz/tripie/utils/wmctrl/dist/wmctrl-1.07.tar.gz" + +###################################################################################### + +inherit autotools |