[arch-commits] Commit in gnome-color-manager/repos (8 files)

Jan de Groot jgc at archlinux.org
Thu Oct 18 19:27:31 UTC 2012


    Date: Thursday, October 18, 2012 @ 15:27:30
  Author: jgc
Revision: 169237

db-move: moved gnome-color-manager from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-color-manager/repos/testing-i686/
  gnome-color-manager/repos/testing-i686/PKGBUILD
    (from rev 169138, gnome-color-manager/repos/gnome-unstable-i686/PKGBUILD)
  gnome-color-manager/repos/testing-i686/gnome-color-manager.install
    (from rev 169138, gnome-color-manager/repos/gnome-unstable-i686/gnome-color-manager.install)
  gnome-color-manager/repos/testing-x86_64/
  gnome-color-manager/repos/testing-x86_64/PKGBUILD
    (from rev 169138, gnome-color-manager/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-color-manager/repos/testing-x86_64/gnome-color-manager.install
    (from rev 169138, gnome-color-manager/repos/gnome-unstable-x86_64/gnome-color-manager.install)
Deleted:
  gnome-color-manager/repos/gnome-unstable-i686/
  gnome-color-manager/repos/gnome-unstable-x86_64/

--------------------------------------------+
 testing-i686/PKGBUILD                      |   35 +++++++++++++++++++++++++++
 testing-i686/gnome-color-manager.install   |   19 ++++++++++++++
 testing-x86_64/PKGBUILD                    |   35 +++++++++++++++++++++++++++
 testing-x86_64/gnome-color-manager.install |   19 ++++++++++++++
 4 files changed, 108 insertions(+)

Copied: gnome-color-manager/repos/testing-i686/PKGBUILD (from rev 169138, gnome-color-manager/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-18 19:27:30 UTC (rev 169237)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-color-manager
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Color profile manager for the GNOME desktop"
+arch=(i686 x86_64)
+url="http://projects.gnome.org/gnome-color-manager/"
+license=(GPL2)
+depends=('libcanberra' 'vte3' 'exiv2' 'hicolor-icon-theme' 'desktop-file-utils' 'clutter-gtk'
+         'mash' 'shared-color-profiles' 'shared-color-targets' 'gnome-desktop' 'colord-gtk')
+makedepends=('intltool' 'yelp-tools')
+install=gnome-color-manager.install
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c4e9d63c53061c65c4d1bcdd14952dd01aed7332c2e36d34f4a243a9e5097ec9')
+
+build(){
+  cd $pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib/gnome-color-manager --disable-static --disable-man-pages
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-color-manager/repos/testing-i686/gnome-color-manager.install (from rev 169138, gnome-color-manager/repos/gnome-unstable-i686/gnome-color-manager.install)
===================================================================
--- testing-i686/gnome-color-manager.install	                        (rev 0)
+++ testing-i686/gnome-color-manager.install	2012-10-18 19:27:30 UTC (rev 169237)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+    usr/sbin/gconfpkg --uninstall gnome-color-manager
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-color-manager/repos/testing-x86_64/PKGBUILD (from rev 169138, gnome-color-manager/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-18 19:27:30 UTC (rev 169237)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-color-manager
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Color profile manager for the GNOME desktop"
+arch=(i686 x86_64)
+url="http://projects.gnome.org/gnome-color-manager/"
+license=(GPL2)
+depends=('libcanberra' 'vte3' 'exiv2' 'hicolor-icon-theme' 'desktop-file-utils' 'clutter-gtk'
+         'mash' 'shared-color-profiles' 'shared-color-targets' 'gnome-desktop' 'colord-gtk')
+makedepends=('intltool' 'yelp-tools')
+install=gnome-color-manager.install
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c4e9d63c53061c65c4d1bcdd14952dd01aed7332c2e36d34f4a243a9e5097ec9')
+
+build(){
+  cd $pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib/gnome-color-manager --disable-static --disable-man-pages
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-color-manager/repos/testing-x86_64/gnome-color-manager.install (from rev 169138, gnome-color-manager/repos/gnome-unstable-x86_64/gnome-color-manager.install)
===================================================================
--- testing-x86_64/gnome-color-manager.install	                        (rev 0)
+++ testing-x86_64/gnome-color-manager.install	2012-10-18 19:27:30 UTC (rev 169237)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+    usr/sbin/gconfpkg --uninstall gnome-color-manager
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list