summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2020-09-01 23:59:15 +0100
committerJoão Figueiredo2020-09-01 23:59:15 +0100
commitd2932e89a20c2cc95c5cfd9160b81c56aa8db8be (patch)
treefff9e35cfde54ec22c9178c84075d29c638fb37e
parent79806e5dec6ba5c7159e35da6a78df811c80130e (diff)
downloadaur-d2932e89a20c2cc95c5cfd9160b81c56aa8db8be.tar.gz
Revert last commit, tidy up source
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e1b460ff460..5c2a055c6063 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,22 @@
pkgbase = gconf
pkgdesc = An obsolete configuration database system
pkgver = 3.2.6+11+g07808097
- pkgrel = 7
+ pkgrel = 8
url = https://projects-old.gnome.org/gconf/
install = gconf.install
arch = x86_64
license = LGPL
- makedepends = automake
makedepends = intltool
makedepends = gtk-doc
makedepends = gobject-introspection
makedepends = git
makedepends = gnome-common
- makedepends = patch
- makedepends = pkgconf
depends = libxml2
depends = polkit
depends = libldap
depends = dbus-glib
depends = python
- source = git+https://gitlab.gnome.org/Archive/gconf.git#commit=0780809731c8ab1c364202b1900d3df106b28626
+ source = git+https://gitlab.gnome.org/Archive/gconf.git
source = 01_xml-gettext-domain.patch
source = gconf-reload.patch
source = gconf-merge-schema
diff --git a/PKGBUILD b/PKGBUILD
index 7ff8a0bb08b1..f085b2786e1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Jan de Groot <jan@archlinux.org>
+# Maintainer: João Figueiredo <jf dot mundox at gmail dot com>
+# Contributor: Jan de Groot <jan@archlinux.org>
pkgname=gconf
pkgver=3.2.6+11+g07808097
-pkgrel=7
+pkgrel=8
pkgdesc="An obsolete configuration database system"
url="https://projects-old.gnome.org/gconf/"
arch=(x86_64)
license=(LGPL)
depends=(libxml2 polkit libldap dbus-glib python)
-makedepends=(automake intltool gtk-doc gobject-introspection git gnome-common patch pkgconf)
+makedepends=(intltool gtk-doc gobject-introspection git gnome-common)
install=gconf.install
-_commit=0780809731c8ab1c364202b1900d3df106b28626 # master
-source=("git+https://gitlab.gnome.org/Archive/gconf.git#commit=$_commit"
+source=("git+https://gitlab.gnome.org/Archive/gconf.git"
01_xml-gettext-domain.patch gconf-reload.patch
gconf-merge-schema gconfpkg gconf-{install,remove}.hook)
sha256sums=('SKIP'