diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-06-13 19:28:48 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-10-17 14:08:00 -0300 |
commit | eaf2c4d0276bcb0d365470d8569630387ca066e9 (patch) | |
tree | 1e20080c33221658c2cbe73be595b2a92ff5ea1f /packages | |
parent | 5c4c08ba74b0c157782a82337849ed3dd7e9659e (diff) |
mousepad: specify the required XFCE release
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xfce/mousepad_0.2.12.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/xfce/mousepad_0.2.12.bb b/packages/xfce/mousepad_0.2.12.bb index 670a28dbd7..0d32ba4ade 100644 --- a/packages/xfce/mousepad_0.2.12.bb +++ b/packages/xfce/mousepad_0.2.12.bb @@ -2,5 +2,4 @@ DESCRIPTION = "Text editor for Xfce based on Leafpad" DEPENDS = "libxfce4util xfce-mcs-manager hal liburi-perl-native python-native" inherit xfce - -SRC_URI = "http://www.us.xfce.org/archive/xfce-4.4.1/src/mousepad-${PV}.tar.bz2" +XFCE_VERSION = 4.4.1 |