summaryrefslogtreecommitdiff
path: root/libre/epiphany
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-06 23:38:28 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-06 23:38:28 -0300
commitb68bf3613d675a773e2a327ce02de44c463f20a0 (patch)
treeeb88410a715105e9d8ef46faa30ad996afe1c4d7 /libre/epiphany
parentb18558558eb46e9e8798cf1be29ef04926abac42 (diff)
downloadabslibre-b68bf3613d675a773e2a327ce02de44c463f20a0.tar.gz
abslibre-b68bf3613d675a773e2a327ce02de44c463f20a0.tar.bz2
abslibre-b68bf3613d675a773e2a327ce02de44c463f20a0.zip
epiphany-3.20.1-2.parabola1: hooks rebuild
Diffstat (limited to 'libre/epiphany')
-rw-r--r--libre/epiphany/PKGBUILD17
-rw-r--r--libre/epiphany/epiphany.install13
2 files changed, 8 insertions, 22 deletions
diff --git a/libre/epiphany/PKGBUILD b/libre/epiphany/PKGBUILD
index 1791afa46..534788b81 100644
--- a/libre/epiphany/PKGBUILD
+++ b/libre/epiphany/PKGBUILD
@@ -1,21 +1,20 @@
-# $Id: PKGBUILD 264749 2016-04-12 20:59:52Z heftig $
+# $Id: PKGBUILD 267066 2016-05-06 22:31:13Z heftig $
# Maintainer (Arch): Jan de Groot <jgc@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
# Contributor: Márcio Silva <coadde@parabola.nu>
pkgname=epiphany
pkgver=3.20.1
-pkgrel=1.parabola1
-install=epiphany.install
+pkgrel=2.parabola1
pkgdesc="A GNOME web browser based on the WebKit rendering engine, with DuckDuckGo HTML support"
-arch=('i686' 'x86_64' 'armv7h')
-license=('GPL')
-depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkit2gtk' 'nss' 'iso-codes' 'dconf' 'desktop-file-utils' 'gcr' 'gnome-desktop' 'libwnck3' 'gnome-themes-standard')
-makedepends=('intltool' 'itstool' 'docbook-xml' 'startup-notification' 'gobject-introspection')
+arch=(i686 x86_64 armv7h)
+license=(GPL)
+depends=(libsoup libnotify gsettings-desktop-schemas webkit2gtk nss iso-codes dconf gcr gnome-desktop libwnck3 gnome-themes-standard)
+makedepends=(intltool itstool docbook-xml startup-notification gobject-introspection)
+options=(!emptydirs)
+groups=(gnome)
replaces=(${pkgname}-libre)
conflicts=(${pkgname}-libre)
-options=('!emptydirs')
-groups=('gnome')
url="https://wiki.gnome.org/Apps/Web"
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
sha256sums=('7171f67d5edde0e82b8bad4761638622aa969d6ffcea896cd94bbe509af9c9e7')
diff --git a/libre/epiphany/epiphany.install b/libre/epiphany/epiphany.install
deleted file mode 100644
index 8b17fa3d4..000000000
--- a/libre/epiphany/epiphany.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}