[arch-commits] Commit in gnome-shell/trunk (PKGBUILD arch.patch)
Ionut Biru
ibiru at archlinux.org
Wed Apr 6 15:57:23 UTC 2011
Date: Wednesday, April 6, 2011 @ 11:57:23
Author: ibiru
Revision: 118401
change some default favorite apps to reflect our desktop files for firefox and libreoffice
Added:
gnome-shell/trunk/arch.patch
Modified:
gnome-shell/trunk/PKGBUILD
------------+
PKGBUILD | 4 ++++
arch.patch | 12 ++++++++++++
2 files changed, 16 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-04-06 14:49:30 UTC (rev 118400)
+++ PKGBUILD 2011-04-06 15:57:23 UTC (rev 118401)
@@ -16,13 +16,17 @@
install=gnome-shell.install
groups=(gnome)
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*.*}/$pkgname-$pkgver.tar.bz2
+ arch.patch
646333.patch)
sha256sums=('468eaee2a4b43e425e53c12f6ea98f834ad7b3c8b7d8cf493c65b4a67f82be33'
+ 'a35d5e5f9f781728070aecae3bfe329f49dadcd50ca2984e0fbdd2219825a0db'
'42fd08d1ca81c8bcc2848f301463b2c7b28299e8b3a508d2a3f24cb5a9bba3ed')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -Np1 -i "${srcdir}/arch.patch"
+
# https://bugzilla.gnome.org/show_bug.cgi?id=646333
patch -Np1 -i "$srcdir/646333.patch"
Added: arch.patch
===================================================================
--- arch.patch (rev 0)
+++ arch.patch 2011-04-06 15:57:23 UTC (rev 118401)
@@ -0,0 +1,12 @@
+diff -Nur gnome-shell.orig/data/org.gnome.shell.gschema.xml.in gnome-shell/data/org.gnome.shell.gschema.xml.in
+--- gnome-shell.orig/data/org.gnome.shell.gschema.xml.in 2011-04-06 08:47:58.638600793 -0700
++++ gnome-shell/data/org.gnome.shell.gschema.xml.in 2011-04-06 08:49:17.035274675 -0700
+@@ -30,7 +30,7 @@
+ </_description>
+ </key>
+ <key name="favorite-apps" type="as">
+- <default>[ 'mozilla-firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'openoffice.org-writer.desktop', 'nautilus.desktop' ]</default>
++ <default>[ 'firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'writer.desktop', 'nautilus.desktop' ]</default>
+ <_summary>List of desktop file IDs for favorite applications</_summary>
+ <_description>
+ The applications corresponding to these identifiers
More information about the arch-commits
mailing list