From f2d125bc95925dc14987dc324af143460502b642 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 18 May 2015 06:42:58 -0500 Subject: conkeror-git-120527.1.225.gc57b7be-1: updating version --- pcr/conkeror-git/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ pcr/conkeror-git/conkeror-git.install | 11 +++++++++++ 2 files changed, 46 insertions(+) create mode 100644 pcr/conkeror-git/PKGBUILD create mode 100644 pcr/conkeror-git/conkeror-git.install (limited to 'pcr/conkeror-git') diff --git a/pcr/conkeror-git/PKGBUILD b/pcr/conkeror-git/PKGBUILD new file mode 100644 index 000000000..4219fc569 --- /dev/null +++ b/pcr/conkeror-git/PKGBUILD @@ -0,0 +1,35 @@ +# Contributor (Arch): Ivy Foster +# Contributor (Arch): Stefan Husmann +# Contributor (Arch): Heeru Kiyura +# Maintainer : Omar Vega Ramos + +pkgname=conkeror-git +pkgver=120527.1.225.gc57b7be +pkgrel=1 +pkgdesc="A highly programmable web browser based on Mozilla XULRunner." +arch=('i686' 'x86_64') +url="http://conkeror.mozdev.org/" +license=('MPL' 'GPL' 'LGPL') +depends=('xulrunner' 'desktop-file-utils') +makedepends=('git') +provides=(conkeror) +install=conkeror-git.install +source=('git://repo.or.cz/conkeror.git') +md5sums=('SKIP') +_gitname="conkeror" + +pkgver() { + cd $_gitname + git describe --always|sed -e 's/debian.*+git//' -e 's/-/./g' +} + +build() { + cd $_gitname + make PREFIX=/usr +} + +package() { + cd $_gitname + make DESTDIR="$pkgdir" PREFIX=/usr install + rm -f "$pkgdir"/usr/share/doc/conkeror/COPYING +} diff --git a/pcr/conkeror-git/conkeror-git.install b/pcr/conkeror-git/conkeror-git.install new file mode 100644 index 000000000..5e5cfef4d --- /dev/null +++ b/pcr/conkeror-git/conkeror-git.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + update-desktop-database -q +} -- cgit v1.2.3