1
0

Accepting request 265408 from home:dimstar:branches:GNOME:Factory

Please also add to the GNOME Update stack

OBS-URL: https://build.opensuse.org/request/show/265408
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=44
This commit is contained in:
Bjørn Lie 2014-12-16 12:58:55 +00:00 committed by Git OBS Bridge
parent 5e7f6500b1
commit 666b6d9575
3 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Index: gnome-software-3.14.2/data/modulesets/gnome.xml
===================================================================
--- gnome-software-3.14.2.orig/data/modulesets/gnome.xml
+++ gnome-software-3.14.2/data/modulesets/gnome.xml
@@ -41,4 +41,5 @@
<module type="application">org.gnome.Software.desktop</module>
<module type="application">org.gnome.Totem.desktop</module>
<module type="application">yelp.desktop</module>
+ <module type="pkgname">xterm</module>
</moduleset>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 16 12:44:49 UTC 2014 - dimstar@opensuse.org
- Add gnome-software-xterm-is-not-removable.patch: XTerm is a
system dependency and must not be removable (boo#906598).
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 13 09:32:21 UTC 2014 - zaitor@opensuse.org Thu Nov 13 09:32:21 UTC 2014 - zaitor@opensuse.org

View File

@ -31,6 +31,8 @@ Patch0: gnome-software-PK-updates.patch
Patch1: gnome-software-add-default-yast-appfolder.patch Patch1: gnome-software-add-default-yast-appfolder.patch
# PATCH-FIX-OPENSUSE gnome-software-nouser-proxy.patch dimstar@opensuse.org -- Do not pass user settings between the user session and packagekitd # PATCH-FIX-OPENSUSE gnome-software-nouser-proxy.patch dimstar@opensuse.org -- Do not pass user settings between the user session and packagekitd
Patch100: gnome-software-nouser-proxy.patch Patch100: gnome-software-nouser-proxy.patch
# PATCH-FIX-OPENSUSE gnome-software-xterm-is-not-removable.patch boo#906598 dimstar@opensuse.org -- XTerm is a system dependency and must not be removable
Patch101: gnome-software-xterm-is-not-removable.patch
BuildRequires: intltool >= 0.35.0 BuildRequires: intltool >= 0.35.0
BuildRequires: suse-xsl-stylesheets BuildRequires: suse-xsl-stylesheets
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
@ -58,6 +60,7 @@ AppStore like management of Applications for your GNOME Desktop.
#patch0 -p1 #patch0 -p1
%patch1 -p1 %patch1 -p1
%patch100 -p1 %patch100 -p1
%patch101 -p1
%build %build
%configure \ %configure \