Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
U
unibuild
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ç
SulinOS
unibuild
Commits
61c90a32
Kaydet (Commit)
61c90a32
authored
Tem 19, 2020
tarafından
sulincix
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
appimage fixes
üst
55693f2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
appimage
target/appimage
+5
-2
unibuild.sh
unibuild.sh
+1
-1
No files found.
target/appimage
Dosyayı görüntüle @
61c90a32
...
@@ -22,7 +22,7 @@ echo "Name=$name"
...
@@ -22,7 +22,7 @@ echo "Name=$name"
[
"
$executable
"
==
""
]
&&
export
executable
=
$name
[
"
$executable
"
==
""
]
&&
export
executable
=
$name
echo
"Exec=
$executable
"
echo
"Exec=
$executable
"
echo
"Comment=
$summary
"
echo
"Comment=
$summary
"
[
"
$icon
"
==
""
]
export
icon
=
$name
[
"
$icon
"
==
""
]
&&
export
icon
=
$name
echo
"Icon=
$name
"
echo
"Icon=
$name
"
if
[
"
$categories
"
==
""
]
;
then
if
[
"
$categories
"
==
""
]
;
then
echo
"Categories=
$categories
"
echo
"Categories=
$categories
"
...
@@ -39,7 +39,10 @@ _create_metadata(){
...
@@ -39,7 +39,10 @@ _create_metadata(){
}
}
_package
(){
_package
(){
# checking appimagekit
# checking appimagekit
[
-f
~/.appimagekit
]
||
wget
-c
https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-
$(
uname
-m
)
.AppImage
-O
~/.appimagekit
if
[
!
-f
~/.appimagekit
]
;
then
wget
-c
https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-
$(
uname
-m
)
.AppImage
-O
~/.appimagekit
chmod
+x ~/.appimagekit
fi
cp
-prfv
$INSTALLDIR
/
*
$PKGDIR
/
cp
-prfv
$INSTALLDIR
/
*
$PKGDIR
/
cd
$CURDIR
cd
$CURDIR
ARCH
=
$(
uname
-m
)
~/.appimagekit
$PKGDIR
ARCH
=
$(
uname
-m
)
~/.appimagekit
$PKGDIR
...
...
unibuild.sh
Dosyayı görüntüle @
61c90a32
#!/bin/bash
#!/bin/bash
set
-e
[
"
$MODDIR
"
==
""
]
&&
export
MODDIR
=
/usr/lib/unibuild/modules
[
"
$MODDIR
"
==
""
]
&&
export
MODDIR
=
/usr/lib/unibuild/modules
for
mod
in
$(
ls
$MODDIR
)
;
do
for
mod
in
$(
ls
$MODDIR
)
;
do
source
$MODDIR
/
$mod
source
$MODDIR
/
$mod
...
@@ -6,7 +7,6 @@ done
...
@@ -6,7 +7,6 @@ done
source
$1
source
$1
source
$MODDIR
/../target/
$TARGET
source
$MODDIR
/../target/
$TARGET
source
$MODDIR
/../host/
$HOST
source
$MODDIR
/../host/
$HOST
set
-e
_get_build_deps
_get_build_deps
cd
$BUILDDIR
cd
$BUILDDIR
_fetch
_fetch
...
...
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