summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2018-09-25 01:26:24 +0900
committerQue Quotion2018-09-25 01:26:24 +0900
commitbb40ea3e083c6e363234e498d72ef50a35ecba56 (patch)
treebd2b0fa53a4209a25c5ec61686b6496e8488ca64
parent9ddd93251ea791964be59b282de782feb46733bd (diff)
downloadaur-bb40ea3e083c6e363234e498d72ef50a35ecba56.tar.gz
Standardize pantheon pkgbuilds
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e112965c42f1..326964aed647 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = epiphany-pantheon
- pkgdesc = A GNOME web browser based on the WebKit rendering engine, with elementary OS patches
+ pkgdesc = GNOME web browser based on the WebKit rendering engine (with elementary OS patches)
pkgver = 3.28.0.1+1ubuntu1+r21.dbc305d50
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/epiphany/
arch = i686
arch = x86_64
- groups = pantheon-unstable
- groups = pantheon-qq
+ groups = pantheon
license = GPL
makedepends = meson
makedepends = docbook-xml
@@ -16,12 +15,13 @@ pkgbase = epiphany-pantheon
makedepends = yelp-tools
makedepends = autoconf-archive
makedepends = appstream-glib
+ makedepends = git
depends = webkit2gtk>=2.19.4
depends = gcr
depends = libhttpseverywhere
depends = libdazzle
depends = gst-libav
- provides = epiphany
+ provides = epiphany=3.28.0.1+1ubuntu1+r21.dbc305d50
provides = epiphany-sync
conflicts = epiphany
replaces = epiphany-pantheon-bzr
diff --git a/PKGBUILD b/PKGBUILD
index a1c3612dd0bd..0e3c66bd8520 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=epiphany-pantheon
pkgver=3.28.0.1+1ubuntu1+r21.dbc305d50
pkgrel=1
-pkgdesc="A GNOME web browser based on the WebKit rendering engine, with elementary OS patches"
+pkgdesc="GNOME web browser based on the WebKit rendering engine (with elementary OS patches)"
url="https://gitlab.gnome.org/GNOME/epiphany/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('webkit2gtk>=2.19.4' gcr libhttpseverywhere libdazzle gst-libav)
makedepends=(meson docbook-xml startup-notification lsb-release
- gobject-introspection yelp-tools autoconf-archive appstream-glib)
-groups=(pantheon-unstable pantheon-qq)
+ gobject-introspection yelp-tools autoconf-archive appstream-glib git)
+groups=(pantheon)
replaces=(epiphany-pantheon-bzr)
-provides=(epiphany epiphany-sync)
+provides=(epiphany="${pkgver}" epiphany-sync)
conflicts=(epiphany)
source=("git+https://github.com/elementary/os-patches.git#branch=epiphany-browser-bionic-patched"
epiphany-sync{,.service})