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

Jan Steffens heftig at archlinux.org
Thu Sep 24 19:48:46 UTC 2015


    Date: Thursday, September 24, 2015 @ 21:48:46
  Author: heftig
Revision: 247288

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  dconf-editor/repos/gnome-unstable-i686/
  dconf-editor/repos/gnome-unstable-i686/PKGBUILD
    (from rev 247287, dconf-editor/trunk/PKGBUILD)
  dconf-editor/repos/gnome-unstable-i686/dconf-editor.install
    (from rev 247287, dconf-editor/trunk/dconf-editor.install)
  dconf-editor/repos/gnome-unstable-x86_64/
  dconf-editor/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 247287, dconf-editor/trunk/PKGBUILD)
  dconf-editor/repos/gnome-unstable-x86_64/dconf-editor.install
    (from rev 247287, dconf-editor/trunk/dconf-editor.install)

--------------------------------------------+
 gnome-unstable-i686/PKGBUILD               |   29 +++++++++++++++++++++++++++
 gnome-unstable-i686/dconf-editor.install   |   12 +++++++++++
 gnome-unstable-x86_64/PKGBUILD             |   29 +++++++++++++++++++++++++++
 gnome-unstable-x86_64/dconf-editor.install |   12 +++++++++++
 4 files changed, 82 insertions(+)

Copied: dconf-editor/repos/gnome-unstable-i686/PKGBUILD (from rev 247287, dconf-editor/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2015-09-24 19:48:46 UTC (rev 247288)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=dconf-editor
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf"
+license=('LGPL2.1')
+groups=('gnome')
+depends=('gtk3' 'dconf')
+makedepends=('vala' 'intltool')
+install=dconf-editor.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6579b8b216b068acae7d8301b5e2d57054c85a3f147c92355ffa46a62c052534')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dconf-editor/repos/gnome-unstable-i686/dconf-editor.install (from rev 247287, dconf-editor/trunk/dconf-editor.install)
===================================================================
--- gnome-unstable-i686/dconf-editor.install	                        (rev 0)
+++ gnome-unstable-i686/dconf-editor.install	2015-09-24 19:48:46 UTC (rev 247288)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: dconf-editor/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247287, dconf-editor/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2015-09-24 19:48:46 UTC (rev 247288)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=dconf-editor
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf"
+license=('LGPL2.1')
+groups=('gnome')
+depends=('gtk3' 'dconf')
+makedepends=('vala' 'intltool')
+install=dconf-editor.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6579b8b216b068acae7d8301b5e2d57054c85a3f147c92355ffa46a62c052534')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dconf-editor/repos/gnome-unstable-x86_64/dconf-editor.install (from rev 247287, dconf-editor/trunk/dconf-editor.install)
===================================================================
--- gnome-unstable-x86_64/dconf-editor.install	                        (rev 0)
+++ gnome-unstable-x86_64/dconf-editor.install	2015-09-24 19:48:46 UTC (rev 247288)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list