Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
dd8b7bfc
Kaydet (Commit)
dd8b7bfc
authored
Kas 03, 2015
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sysui: Collabora Office branding
Change-Id: Idfe91c87631956072f1e44d09168de6cd91aed6b
üst
c36c16c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
freedesktop-menus.spec
sysui/desktop/freedesktop/freedesktop-menus.spec
+2
-1
create_tree.sh
sysui/desktop/share/create_tree.sh
+4
-4
No files found.
sysui/desktop/freedesktop/freedesktop-menus.spec
Dosyayı görüntüle @
dd8b7bfc
...
...
@@ -24,6 +24,7 @@ Name: %pkgprefix-freedesktop-menus
#BuildRequires: perl
Group: Office
License: LGPLv3 with MPLv2, ALv2 and others
Provides: collaboraoffice-desktop-integration
Provides: libreoffice-desktop-integration
Conflicts: %pkgprefix-suse-menus
Conflicts: %pkgprefix-debian-menus
...
...
@@ -387,7 +388,7 @@ done
# glibc breaks rpm unless rpm is build with internal glob-matching (issue 49374)
# https://bugzilla.redhat.com/beta/show_bug.cgi?id=134362
%defattr(-, root, root)
%if "%unixfilename" != "
libreoffice%productversion" && "%unixfilename" != "libre
officedev%productversion"
%if "%unixfilename" != "
collaboraoffice%productversion" && "%unixfilename" != "collabora
officedev%productversion"
# compat symlinks
%attr(0755,root,root) /opt/%unixfilename
%endif
...
...
sysui/desktop/share/create_tree.sh
Dosyayı görüntüle @
dd8b7bfc
...
...
@@ -65,14 +65,14 @@ office_root=${office_prefix}/${PREFIX}
#this symlink is needed to have the API boostrap functions running right
ln
-sf
"
${
office_root
}
/program/soffice"
"
${
DESTDIR
}
/
${
PREFIXDIR
}
/bin/
${
PREFIX
}
"
if
test
"
${
PREFIX
}
"
!=
libreoffice
${
PRODUCTVERSION
}
-a
"
${
PREFIX
}
"
!=
libre
officedev
${
PRODUCTVERSION
}
;
then
if
test
"
${
PREFIX
}
"
!=
collaboraoffice
${
PRODUCTVERSION
}
-a
"
${
PREFIX
}
"
!=
collabora
officedev
${
PRODUCTVERSION
}
;
then
# compat symlinks
mkdir
-p
"
${
DESTDIR
}${
office_prefix
}
"
ln
-sf
libre
office
${
PRODUCTVERSION
}
"
${
DESTDIR
}${
office_root
}
"
ln
-sf
/
${
PREFIXDIR
}
/bin/
${
PREFIX
}
"
${
DESTDIR
}
/
${
PREFIXDIR
}
/bin/
libre
office
${
PRODUCTVERSION
}
"
ln
-sf
collabora
office
${
PRODUCTVERSION
}
"
${
DESTDIR
}${
office_root
}
"
ln
-sf
/
${
PREFIXDIR
}
/bin/
${
PREFIX
}
"
${
DESTDIR
}
/
${
PREFIXDIR
}
/bin/
collabora
office
${
PRODUCTVERSION
}
"
fi
test
"
${
PREFIX
}
"
=
libreofficedev
${
PRODUCTVERSION
}
&&
mime_def_file
=
"libreofficedev
${
PRODUCTVERSION
}
.xml"
||
mime_def_file
=
"libre
office
${
PRODUCTVERSION
}
.xml"
test
"
${
PREFIX
}
"
=
collaboraofficedev
${
PRODUCTVERSION
}
&&
mime_def_file
=
"collaboraofficedev
${
PRODUCTVERSION
}
.xml"
||
mime_def_file
=
"collabora
office
${
PRODUCTVERSION
}
.xml"
mkdir
-p
"
${
DESTDIR
}
/
${
PREFIXDIR
}
/share/mime/packages"
cp
openoffice.org.xml
"
${
DESTDIR
}
/
${
PREFIXDIR
}
/share/mime/packages/
$mime_def_file
"
chmod
0644
"
${
DESTDIR
}
/
${
PREFIXDIR
}
/share/mime/packages/
$mime_def_file
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment