Skip to content

Instantly share code, notes, and snippets.

@kalbasit
Created August 8, 2017 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kalbasit/1fd4eb45e5e7eadba2c58ed4987057bd to your computer and use it in GitHub Desktop.
Save kalbasit/1fd4eb45e5e7eadba2c58ed4987057bd to your computer and use it in GitHub Desktop.
--- /tmp/a 2016-11-20 12:55:30.000000000 -0800
+++ /tmp/b 2017-08-08 10:51:06.760000000 -0700
@@ -2,12 +2,12 @@
pkgbase=uzbl-next-git
pkgrel=1
pkgname=("uzbl-core-next-git" "uzbl-browser-next-git" "uzbl-tabbed-next-git")
-pkgver=v0.9.1.80.g34094fe
+pkgver=v0.9.1.184.g874ad376
arch=("any")
url="http://www.uzbl.org"
license=("GPL3")
depends=("webkitgtk" "webkit2gtk" "cairo")
-makedepends=("git")
+makedepends=("git" "python-wheel")
source=("git+https://github.com/uzbl/uzbl.git#branch=next")
md5sums=("SKIP")
_gitname="uzbl"
@@ -39,6 +39,8 @@
make clean
local CFLAGS="--param=ssp-buffer-size=4"
make DESTDIR="$pkgdir" PREFIX=/usr install-uzbl-core
+ # avoid conflicts
+ rm -rf $pkgdir/usr/lib
}
package_uzbl-browser-next-git() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment