summaryrefslogtreecommitdiff
path: root/pcr/conkeror-git
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-03-19 15:04:21 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-03-19 15:04:21 -0500
commitdce2f336214fa204d7712905cd59557f94599ecb (patch)
tree537104598e47ea61897ad184a4a533d0a13a0588 /pcr/conkeror-git
parent6ba5e16ce6a30577092d84eb62bf9c916ecff6d3 (diff)
downloadabslibre-dce2f336214fa204d7712905cd59557f94599ecb.tar.gz
abslibre-dce2f336214fa204d7712905cd59557f94599ecb.tar.bz2
abslibre-dce2f336214fa204d7712905cd59557f94599ecb.zip
Removing conkeror-git: Depends on xulrunner
Diffstat (limited to 'pcr/conkeror-git')
-rw-r--r--pcr/conkeror-git/PKGBUILD35
-rw-r--r--pcr/conkeror-git/conkeror-git.install11
2 files changed, 0 insertions, 46 deletions
diff --git a/pcr/conkeror-git/PKGBUILD b/pcr/conkeror-git/PKGBUILD
deleted file mode 100644
index e21a8e567..000000000
--- a/pcr/conkeror-git/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Maintainer (Arch): Ivy Foster <joyfulgirl@archlinux.us>
-# Maintainer (Arch): Stefan Husmann <stefan-husmann@t-online.de>
-# Contributor (Arch): Heeru Kiyura <M8R-p9i5nh@mailinator.com>
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgname=conkeror-git
-pkgver=120527.1.241.ga1f7e87
-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')
-conflicts=('conkeror')
-install='conkeror-git.install'
-source=('git://repo.or.cz/conkeror.git')
-md5sums=('SKIP')
-
-pkgver() {
- cd conkeror
- git describe --always | sed -e 's/debian.*+git//' -e 's/-/./g'
-}
-
-build() {
- cd conkeror
- make PREFIX=/usr
-}
-
-package() {
- cd conkeror
- 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
deleted file mode 100644
index add795f60..000000000
--- a/pcr/conkeror-git/conkeror-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- update-desktop-database -q
-}