summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2017-05-03 18:04:07 +0200
committerAdriĆ  Arrufat2017-05-03 18:04:07 +0200
commitdcd456cd39e693656ba584deab24e6d3fe926d7b (patch)
tree8ed8df2e860b3fff0ee621f5dbea1bcc7f9bb5be
parent294a36c526aafe131049c3eca703171f1df33cc7 (diff)
downloadaur-dcd456cd39e693656ba584deab24e6d3fe926d7b.tar.gz
clean up
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
-rw-r--r--epiphany.install13
3 files changed, 4 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81197c897c02..bb6aab2f5503 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Apr 27 06:38:02 UTC 2017
+# Wed May 3 16:03:53 UTC 2017
pkgbase = epiphany-git
pkgdesc = A GNOME web browser based on the WebKit rendering engine.
- pkgver = 3.25.1
+ pkgver = 3.25.1+9+gc53ee0634
pkgrel = 1
url = http://www.gnome.org/projects/epiphany/
- install = epiphany.install
arch = i686
arch = x86_64
groups = gnome
@@ -26,11 +25,9 @@ pkgbase = epiphany-git
conflicts = epiphany
replaces = epiphany
source = git://git.gnome.org/epiphany
- source = git://git.gnome.org/libgd
source = git://git.gnome.org/gvdb
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = SKIP
pkgname = epiphany-git
diff --git a/PKGBUILD b/PKGBUILD
index 25cf6f3e2989..be314905b609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,8 @@
_pkgname=epiphany
pkgname=$_pkgname-git
-pkgver=3.25.1
+pkgver=3.25.1+9+gc53ee0634
pkgrel=1
-install=epiphany.install
pkgdesc="A GNOME web browser based on the WebKit rendering engine."
url="http://www.gnome.org/projects/epiphany/"
arch=('i686' 'x86_64')
@@ -17,11 +16,9 @@ replaces=(epiphany)
provides=(epiphany)
conflicts=(epiphany)
source=("git://git.gnome.org/epiphany"
- "git://git.gnome.org/libgd"
"git://git.gnome.org/gvdb"
)
sha256sums=('SKIP'
- 'SKIP'
'SKIP')
pkgver() {
@@ -32,6 +29,7 @@ pkgver() {
prepare() {
cd $_pkgname
git submodule init
+ git config --local libgd.url "${srcdir}/libgd"
git submodule update
}
diff --git a/epiphany.install b/epiphany.install
deleted file mode 100644
index 712a22e07e17..000000000000
--- a/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
-}