bookworm
This commit is contained in:
parent
0930136b58
commit
1c35fee92f
2 changed files with 3 additions and 2 deletions
1
talimatname/genel/b/bookworm/bookworm.kur-kos
Normal file
1
talimatname/genel/b/bookworm/bookworm.kur-kos
Normal file
|
@ -0,0 +1 @@
|
||||||
|
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
|
@ -1,7 +1,7 @@
|
||||||
# Tanım: A simple user centric eBook reader which displays multiple eBooks formats uniformly
|
# Tanım: A simple user centric eBook reader which displays multiple eBooks formats uniformly
|
||||||
# URL: https://babluboy.github.io/bookworm
|
# URL: https://babluboy.github.io/bookworm
|
||||||
# Paketçi: milisarge
|
# Paketçi: milisarge
|
||||||
# Gerekler: cmake git vala granite poppler-glib python unrar unzip webkitgtk2
|
# Gerekler: cmake git vala granite poppler-glib python unrar unzip webkit2gtk3 libgee
|
||||||
# Grup: ofis_düzenleyici
|
# Grup: ofis_düzenleyici
|
||||||
|
|
||||||
isim=bookworm
|
isim=bookworm
|
||||||
|
@ -13,7 +13,7 @@ derle() {
|
||||||
cd "${isim}-${surum}"
|
cd "${isim}-${surum}"
|
||||||
cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
|
cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
make
|
make
|
||||||
make -C "${isim}-${surum}" DESTDIR="${PKG}" install
|
make -C $SRC/"${isim}-${surum}" DESTDIR="${PKG}" install
|
||||||
install -d ${PKG}/usr/share/licenses/${isim}
|
install -d ${PKG}/usr/share/licenses/${isim}
|
||||||
install -m 644 LICENSE ${PKG}/usr/share/licenses/${isim}/LICENSE
|
install -m 644 LICENSE ${PKG}/usr/share/licenses/${isim}/LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue