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

Jan Steffens heftig at archlinux.org
Thu Mar 26 21:04:44 UTC 2015


    Date: Thursday, March 26, 2015 @ 22:04:43
  Author: heftig
Revision: 234989

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

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

-------------------------------------+
 testing-i686/PKGBUILD               |   28 ++++++++++++++++++++++++++++
 testing-i686/dconf-editor.install   |   12 ++++++++++++
 testing-x86_64/PKGBUILD             |   28 ++++++++++++++++++++++++++++
 testing-x86_64/dconf-editor.install |   12 ++++++++++++
 4 files changed, 80 insertions(+)

Copied: dconf-editor/repos/testing-i686/PKGBUILD (from rev 234988, dconf-editor/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-26 21:04:43 UTC (rev 234989)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=dconf-editor
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf"
+license=('LGPL2.1')
+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=('811af889202996495f6074a5dcf6df84c0300eaa7fc79cda31682815b8d162f9')
+
+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/testing-i686/dconf-editor.install (from rev 234988, dconf-editor/trunk/dconf-editor.install)
===================================================================
--- testing-i686/dconf-editor.install	                        (rev 0)
+++ testing-i686/dconf-editor.install	2015-03-26 21:04:43 UTC (rev 234989)
@@ -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/testing-x86_64/PKGBUILD (from rev 234988, dconf-editor/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-26 21:04:43 UTC (rev 234989)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=dconf-editor
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf"
+license=('LGPL2.1')
+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=('811af889202996495f6074a5dcf6df84c0300eaa7fc79cda31682815b8d162f9')
+
+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/testing-x86_64/dconf-editor.install (from rev 234988, dconf-editor/trunk/dconf-editor.install)
===================================================================
--- testing-x86_64/dconf-editor.install	                        (rev 0)
+++ testing-x86_64/dconf-editor.install	2015-03-26 21:04:43 UTC (rev 234989)
@@ -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