midori-qupzilla-yad.paketlendi

This commit is contained in:
milisbir 2017-09-20 19:38:26 +03:00
parent 81af3f5cb0
commit f28ab423f3
3 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@
name=midori
version=0.5.11
release=2
release=3
source=(http://www.midori-browser.org/downloads/${name}_${version}_all_.tar.bz2)
build () {

View File

@ -1,11 +1,11 @@
# Description: Çapraz platform QtWebKit tarayıcı.
# URL: http://www.qupzilla.com/
# Packager: milisarge
# Depends on: qt5 desktop-file-utils hunspell qt5-webkit
# Depends on: qt5 desktop-file-utils hunspell qt5-webkit qt5-webengine
name=qupzilla
version=2.1.2
release=1
release=2
source=(https://github.com/QupZilla/qupzilla/releases/download/v$version/QupZilla-$version.tar.xz
https://raw.githubusercontent.com/6c37/crux-ports/3.3/qupzilla/plugins-80fea7d.zip)

View File

@ -4,13 +4,13 @@
# Depends on: gtk2 webkitgtk2 gtk3
name=yad
version=0.35.0
version=0.39.0
release=1
source=(https://sourceforge.net/projects/yad-dialog/files/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}