diff options
author | Stefan Husmann | 2015-09-23 03:37:16 +0200 |
---|---|---|
committer | Stefan Husmann | 2015-09-23 03:37:16 +0200 |
commit | 5075c42cd0f291c1681c860d6069f96410dd5a5a (patch) | |
tree | 4c56215fa4350e2eaf99b7ed0e4ea657ee86f0dd | |
parent | 426b954610ce12843014cc7d8ca2e3a0b0b03f47 (diff) | |
download | aur-5075c42cd0f291c1681c860d6069f96410dd5a5a.tar.gz |
update
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 28 |
2 files changed, 16 insertions, 16 deletions
@@ -1,6 +1,6 @@ pkgbase = uzbl-next-git pkgver = 2012.05.14.1252.g95e26b8 - pkgrel = 2 + pkgrel = 4 url = http://www.uzbl.org arch = i686 arch = x86_64 @@ -18,7 +18,7 @@ pkgname = uzbl-core-next-git optdepends = socat: to interface with the socket optdepends = dmenu: to run some of the example scripts optdepends = zenity: to run some of the example scripts - optdepends = python2: to run some of the example scripts + optdepends = python: to run some of the example scripts optdepends = xclip: for clipboard related keybindings optdepends = pygtk: for uzbl-tabbed provides = uzbl-core @@ -1,6 +1,6 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgbase=uzbl-next-git -pkgrel=2 +pkgrel=4 pkgname=('uzbl-core-next-git' 'uzbl-browser-next-git' 'uzbl-tabbed-next-git') pkgver=2012.05.14.1252.g95e26b8 arch=('i686' 'x86_64') @@ -18,16 +18,16 @@ pkgver() { git describe --tags | sed 's|-|.|g' } -prepare() { - cd "$srcdir"/"$_gitname" - # python2 fix - for file in examples/data/scripts/uzbl*; do - sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file - done - sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \ - -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ - $(find ./ -name '*.py') bin/* -} +#prepare() { +# cd "$srcdir"/"$_gitname" +# # python2 fix +# for file in examples/data/scripts/uzbl*; do +# sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file +# done +# sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \ +# -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ +# $(find ./ -name '*.py') bin/* +##} build() { cd "$srcdir"/"$_gitname" @@ -41,12 +41,13 @@ package_uzbl-core-next-git() { optdepends=('socat: to interface with the socket' 'dmenu: to run some of the example scripts' 'zenity: to run some of the example scripts' - 'python2: to run some of the example scripts' + 'python: to run some of the example scripts' 'xclip: for clipboard related keybindings' 'pygtk: for uzbl-tabbed') install=uzbl.install cd "$srcdir/$_gitname" + make clean make DESTDIR="$pkgdir" PREFIX=/usr install-uzbl-core } @@ -60,10 +61,9 @@ package_uzbl-browser-next-git() { conflicts=('uzbl-browser') install -d $pkgdir/usr/share/appdata cd "$srcdir/$_gitname" - make DESTDIR="$pkgdir/" PREFIX=/usr install install-uzbl-browser + make DESTDIR="$pkgdir" PREFIX=/usr install-uzbl-browser # avoid conflicts rm -f $pkgdir/usr/bin/uzbl-core \ - $pkgdir/usr/share/man/man1/uzbl-core.1.gz \ $pkgdir/usr/share/uzbl/docs/AUTHORS \ $pkgdir/usr/share/uzbl/docs/COMMUNITY.md \ $pkgdir/usr/share/uzbl/docs/CONTRIBUTING.md \ |