commit update-desktop-files for openSUSE:Factory
Hello community, here is the log from the commit of package update-desktop-files for openSUSE:Factory checked in at 2014-07-02 15:04:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/update-desktop-files (Old) and /work/SRC/openSUSE:Factory/.update-desktop-files.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "update-desktop-files" Changes: -------- --- /work/SRC/openSUSE:Factory/update-desktop-files/update-desktop-files.changes 2014-06-05 10:49:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.update-desktop-files.new/update-desktop-files.changes 2014-07-02 15:04:31.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jul 1 09:49:21 UTC 2014 - coolo@suse.com + +- just take all *.desktop files in /usr/share (trying to fix autoyast + translations) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ brp-trim-desktop.sh ++++++ --- /var/tmp/diff_new_pack.XotMnM/_old 2014-07-02 15:04:32.000000000 +0200 +++ /var/tmp/diff_new_pack.XotMnM/_new 2014-07-02 15:04:32.000000000 +0200 @@ -22,13 +22,8 @@ exit 0 fi -find /$RPM_BUILD_ROOT/opt/kde3/share/applications/kde/ \ - /$RPM_BUILD_ROOT/opt/kde3/share/applnk/ \ - /$RPM_BUILD_ROOT/usr/share/xsessions/ \ - /$RPM_BUILD_ROOT/usr/share/applications/ \ - /$RPM_BUILD_ROOT/usr/share/mimelnk/ \ - /$RPM_BUILD_ROOT/usr/share/gnome/apps/ \ - /$RPM_BUILD_ROOT/etc/xdg/autostart/ -name *.desktop -o -name .directory 2>/dev/null | while read FILE; do +find /$RPM_BUILD_ROOT/usr/share /$RPM_BUILD_ROOT/etc/xdg/autostart/ \ + -name *.desktop -o -name .directory 2>/dev/null | while read FILE; do if grep -q ^X-SuSE-translate= "$FILE"; then echo "DEBUG: $FILE contains X-SuSE-translate - skipping" >&2 -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de