diff options
-rw-r--r-- | libre/epiphany/PKGBUILD (renamed from libre/epiphany-libre/PKGBUILD) | 20 | ||||
-rw-r--r-- | libre/epiphany/epiphany.install (renamed from libre/epiphany-libre/epiphany.install) | 0 | ||||
-rw-r--r-- | libre/epiphany/git-fixes.patch (renamed from libre/epiphany-libre/git-fixes.patch) | 0 |
3 files changed, 9 insertions, 11 deletions
diff --git a/libre/epiphany-libre/PKGBUILD b/libre/epiphany/PKGBUILD index 114d396a1..f21e94e0a 100644 --- a/libre/epiphany-libre/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -3,29 +3,27 @@ # Maintainer: André Silva <emulatorman@parabola.nu> # Contributor: Márcio Silva <coadde@parabola.nu> -_pkgname=epiphany -pkgname=epiphany-libre +pkgname=epiphany pkgver=3.12.1 -pkgrel=2 +pkgrel=2.parabola1 install=epiphany.install pkgdesc="A GNOME web browser based on the WebKit rendering engine, with DuckDuckGo HTML support" arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk' 'nss' 'iso-codes' 'dconf' 'desktop-file-utils' 'gnome-icon-theme-symbolic' 'gcr' 'gnome-desktop' 'libwnck3' 'gnome-themes-standard') makedepends=('intltool' 'itstool' 'docbook-xml' 'startup-notification' 'gobject-introspection') -replaces=($_pkgname) -conflicts=($_pkgname) -provides=($_pkgname=$pkgver) +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 +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz git-fixes.patch) sha256sums=('16d9f8f10443328b2f226c2da545e75c8433f50f103af8aeb692b098d5fbbf93' '22b026b30e4792b3244f3fecf12bd48f928efc34097bf501d87611f77c0750bf') prepare() { - cd $_pkgname-$pkgver + cd $pkgname-$pkgver # Patch up to f43f9af7b195de53011b2e22c91041674dc00e2e patch -Np1 -i ../git-fixes.patch @@ -44,9 +42,9 @@ prepare() { } build() { - cd $_pkgname-$pkgver + cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --libexecdir=/usr/lib/$_pkgname + --localstatedir=/var --libexecdir=/usr/lib/$pkgname # https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool @@ -55,6 +53,6 @@ build() { } package() { - cd $_pkgname-$pkgver + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } diff --git a/libre/epiphany-libre/epiphany.install b/libre/epiphany/epiphany.install index 8b17fa3d4..8b17fa3d4 100644 --- a/libre/epiphany-libre/epiphany.install +++ b/libre/epiphany/epiphany.install diff --git a/libre/epiphany-libre/git-fixes.patch b/libre/epiphany/git-fixes.patch index 47215e3a0..47215e3a0 100644 --- a/libre/epiphany-libre/git-fixes.patch +++ b/libre/epiphany/git-fixes.patch |