[arch-commits] Commit in dconf-editor/repos (4 files)

Jan Steffens heftig at archlinux.org
Mon Oct 2 13:33:45 UTC 2017


    Date: Monday, October 2, 2017 @ 13:33:44
  Author: heftig
Revision: 306552

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  dconf-editor/repos/testing-i686/
  dconf-editor/repos/testing-i686/PKGBUILD
    (from rev 306551, dconf-editor/trunk/PKGBUILD)
  dconf-editor/repos/testing-x86_64/
  dconf-editor/repos/testing-x86_64/PKGBUILD
    (from rev 306551, dconf-editor/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: dconf-editor/repos/testing-i686/PKGBUILD (from rev 306551, dconf-editor/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-10-02 13:33:44 UTC (rev 306552)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=dconf-editor
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/dconf"
+license=(GPL3)
+groups=(gnome-extra)
+depends=(gtk3 dconf)
+makedepends=(vala intltool appstream-glib git)
+_commit=a2cf8f75b2a77814186799cb009b56eda7ef725d  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/dconf-editor#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dconf-editor/repos/testing-x86_64/PKGBUILD (from rev 306551, dconf-editor/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-10-02 13:33:44 UTC (rev 306552)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=dconf-editor
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/dconf"
+license=(GPL3)
+groups=(gnome-extra)
+depends=(gtk3 dconf)
+makedepends=(vala intltool appstream-glib git)
+_commit=a2cf8f75b2a77814186799cb009b56eda7ef725d  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/dconf-editor#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list