summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-07-03 18:08:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-03 18:08:49 +0000
commit3ca043255c5f6fc80312ec022386b9c4a13b4a61 (patch)
tree17f9e701219fa13b4ba032b77dcd68e53fecaf01 /packages
parentdbf68f5a1ec89042fbed9e8a8990f1dd93047757 (diff)
parent8364cc601b9be02ad09b42c65381b59a0127e2e0 (diff)
merge of 141e00dd91cb49e23b2a89cccc771cfad2f10a66
and d5dab43c1d771f3066ddfb0268e9603d672e5336
Diffstat (limited to 'packages')
-rw-r--r--packages/gpe-contacts/gpe-contacts-hildon_0.40.bb3
-rw-r--r--packages/gpe-login/files/fixMakefile.translation.patch11
-rw-r--r--packages/gpe-login/gpe-login_0.78.bb4
3 files changed, 16 insertions, 2 deletions
diff --git a/packages/gpe-contacts/gpe-contacts-hildon_0.40.bb b/packages/gpe-contacts/gpe-contacts-hildon_0.40.bb
index 49f7e6533b..1762800b6d 100644
--- a/packages/gpe-contacts/gpe-contacts-hildon_0.40.bb
+++ b/packages/gpe-contacts/gpe-contacts-hildon_0.40.bb
@@ -1,9 +1,10 @@
include gpe-contacts.inc
-PR="r1"
+PR="r2"
SRC_URI = "${GPE_MIRROR}/gpe-contacts-${PV}.tar.bz2"
DEPENDS += "gtk+-2.6.4-1.osso7 libgpepimc-hildon libosso hildon-lgpl"
+RDEPENDS = ""
EXTRA_OECONF += "--enable-hildon"
diff --git a/packages/gpe-login/files/fixMakefile.translation.patch b/packages/gpe-login/files/fixMakefile.translation.patch
new file mode 100644
index 0000000000..88a093c60f
--- /dev/null
+++ b/packages/gpe-login/files/fixMakefile.translation.patch
@@ -0,0 +1,11 @@
+--- build/Makefile.translation 1 Jul 2005 13:44:49 -0000 1.44
++++ build/Makefile.translation 3 Jul 2005 10:29:38 -0000 1.45
+@@ -34,7 +34,7 @@
+ if [ "$(ENABLE_NLS)" != "no" ]; then \
+ if [ "x$(LINGUAS)" != "x" ]; then \
+ for i in $(LINGUAS); do mkdir -p $(DESTDIR)$(PREFIX)/share/locale/$$i/LC_MESSAGES; install -m 644 $(DIR_PO)/$$i.mo $(DESTDIR)$(PREFIX)/share/locale/$$i/LC_MESSAGES/$(PACKAGE).mo; done \
+- fi;
++ fi; \
+ fi;
+
+ .po8.mo:;
diff --git a/packages/gpe-login/gpe-login_0.78.bb b/packages/gpe-login/gpe-login_0.78.bb
index e2d8d01136..234eebc0a1 100644
--- a/packages/gpe-login/gpe-login_0.78.bb
+++ b/packages/gpe-login/gpe-login_0.78.bb
@@ -8,4 +8,6 @@ MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd"
RDEPENDS = "xkbd"
RPROVIDES = "gpe-session-starter"
-PR = "r0"
+PR = "r1"
+
+SRC_URI += "file://fixMakefile.translation.patch;patch=1;pnum=0" \ No newline at end of file