[oe-commits] org.oe.dev gpe-conf: Add missing dependency. Add patch to name sound settings script correctly.

florian commit openembedded-commits at lists.openembedded.org
Mon Mar 12 10:41:17 UTC 2007


gpe-conf: Add missing dependency. Add patch to name sound settings script correctly.

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 7aa7b871e61134447284942ec350d93a3044f8af
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7aa7b871e61134447284942ec350d93a3044f8af
Files:
1
packages/gpe-conf/gpe-conf-0.2.4
packages/gpe-conf/gpe-conf-0.2.4/scriptname.patch
packages/gpe-conf/gpe-conf_0.2.4.bb
Diffs:

#
# mt diff -r1f780d8e2b271c3a78946dd30b72a09f2a0008b9 -r7aa7b871e61134447284942ec350d93a3044f8af
#
# 
# 
# add_dir "packages/gpe-conf/gpe-conf-0.2.4"
# 
# add_file "packages/gpe-conf/gpe-conf-0.2.4/scriptname.patch"
#  content [828cbc3d8b6e60d2a33c98bdf4aeebcc7a6d5bb5]
# 
# patch "packages/gpe-conf/gpe-conf_0.2.4.bb"
#  from [802a694ae3919cd7e9091c20b02732539952cbd3]
#    to [348303a5c4c9a7735c5bc8e372bfdee6d74c1013]
# 
============================================================
--- packages/gpe-conf/gpe-conf-0.2.4/scriptname.patch	828cbc3d8b6e60d2a33c98bdf4aeebcc7a6d5bb5
+++ packages/gpe-conf/gpe-conf-0.2.4/scriptname.patch	828cbc3d8b6e60d2a33c98bdf4aeebcc7a6d5bb5
@@ -0,0 +1,13 @@
+Index: Makefile.am
+===================================================================
+--- Makefile.am	(revision 9037)
++++ Makefile.am	(working copy)
+@@ -178,7 +178,7 @@
+ 
+ install-data-hook:
+ 	chmod u+s $(DESTDIR)$(bindir)/gpe-conf                
+-	cd $(DESTDIR)/$(xscriptsdir) && mv soundsettings.sh S30soundsettings
++	cd $(DESTDIR)/$(xscriptsdir) && mv soundsettings.sh 30soundsettings
+ 
+ deb: dist
+ 	-mkdir $(top_builddir)/debian-build
============================================================
--- packages/gpe-conf/gpe-conf_0.2.4.bb	802a694ae3919cd7e9091c20b02732539952cbd3
+++ packages/gpe-conf/gpe-conf_0.2.4.bb	348303a5c4c9a7735c5bc8e372bfdee6d74c1013
@@ -1,10 +1,10 @@ LICENSE = "GPL"
 DESCRIPTION = "Configuration applets for GPE"
 SECTION = "gpe"
 PRIORITY = "optional"
 LICENSE = "GPL"
 
-DEPENDS = "gtk+ esound audiofile libgpewidget libxsettings libxsettings-client"
-RDEPENDS_${PN} = "xst xset ntpdate gpe-login gpe-icons timezones"
+DEPENDS = "gtk+ esound audiofile libgpewidget libxsettings libxsettings-client libxrandr"
+RDEPENDS_${PN} = "xst xset ntpdate gpe-login gpe-icons timezones xrandr"
 RDEPENDS_gpe-conf-panel = "gpe-conf"
 
 PR = "r1"
@@ -13,6 +13,8 @@ inherit gpe autotools pkgconfig
 
 inherit gpe autotools pkgconfig
 
+SRC_URI += "file://scriptname.patch;patch=1;pnum=0"
+
 PACKAGES += "gpe-conf-panel"
 
 FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps \






More information about the Openembedded-commits mailing list