summaryrefslogtreecommitdiff
path: root/pcr/conkeror
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-18 06:42:58 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-18 06:42:58 -0500
commitf2d125bc95925dc14987dc324af143460502b642 (patch)
treedf90d84ff48cd4a22621635c5039b4f4fc99e012 /pcr/conkeror
parentfceb4291e6d1ea3cd0ea62866b544873a4a72237 (diff)
conkeror-git-120527.1.225.gc57b7be-1: updating version
Diffstat (limited to 'pcr/conkeror')
-rw-r--r--pcr/conkeror/PKGBUILD46
-rw-r--r--pcr/conkeror/conkeror.install11
-rw-r--r--pcr/conkeror/conkeror.sh2
3 files changed, 0 insertions, 59 deletions
diff --git a/pcr/conkeror/PKGBUILD b/pcr/conkeror/PKGBUILD
deleted file mode 100644
index d7f1068e4..000000000
--- a/pcr/conkeror/PKGBUILD
+++ /dev/null
@@ -1,46 +0,0 @@
-# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
-# Maintainer (AUR): Ivy Foster <joyfulgirl@archlinux.us>
-# Maintainer (AUR): Stefan Husmann <stefan-husmann@t-online.de>
-# Contributor (AUR): Heeru Kiyura <M8R-p9i5nh@mailinator.com>
-
-pkgname=conkeror
-pkgver=1.0pre.git140428.1.git25
-_gitver='commit=c5e640d874c65762c082430b42207bcafb58fda6'
-pkgrel=1
-pkgdesc="A highly programmable web browser based on Mozilla XULRunner."
-arch=('i686' 'x86_64' 'mips64el')
-url="http://conkeror.org/"
-license=('MPL1.1' 'GPL2' 'LGPL2.1')
-depends=('xulrunner' 'desktop-file-utils')
-install=conkeror.install
-
-source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz"
- 'conkeror.sh')
-md5sums=('a59ddc563eb8de7e8be6465aa023102d'
- '11c6c76a2639254754b34a542f1965a1')
-
-mkdepends=('git')
-mksource=("$pkgname-$pkgver::git://repo.or.cz/conkeror.git#${_gitver}")
-mkmd5sums=('SKIP')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- install -d "$pkgdir"/usr/{bin,share/{man/man1,applications}}
-
- cp -a . "$pkgdir"/usr/share/$pkgname
-
- ln -srT "$pkgdir"/usr/share/$pkgname/contrib/man/conkeror.1 \
- "$pkgdir"/usr/share/man/man1/$pkgname.1
- ln -srT "$pkgdir"/usr/share/$pkgname/debian/conkeror.desktop \
- "$pkgdir"/usr/share/applications/$pkgname.desktop
- ln -srT "$pkgdir"/usr/share/$pkgname/conkeror-spawn-helper \
- "$pkgdir"/usr/bin/conkeror-spawn-helper
-
- install -Dm755 "$srcdir"/conkeror.sh "$pkgdir"/usr/bin/$pkgname
-}
diff --git a/pcr/conkeror/conkeror.install b/pcr/conkeror/conkeror.install
deleted file mode 100644
index 5e5cfef4d..000000000
--- a/pcr/conkeror/conkeror.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- update-desktop-database -q
-}
diff --git a/pcr/conkeror/conkeror.sh b/pcr/conkeror/conkeror.sh
deleted file mode 100644
index 963720513..000000000
--- a/pcr/conkeror/conkeror.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec xulrunner /usr/share/conkeror/application.ini "$@"