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

Jan Steffens heftig at nymeria.archlinux.org
Mon Apr 15 11:37:50 UTC 2013


    Date: Monday, April 15, 2013 @ 13:37:50
  Author: heftig
Revision: 182799

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

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

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

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2013-04-15 11:36:42 UTC (rev 182798)
+++ testing-i686/PKGBUILD	2013-04-15 11:37:50 UTC (rev 182799)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-color-manager
-pkgver=3.8.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 libexif)
-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=('aac125a690b9b65d723de7d82699b0122995905b36603477b9b85936d62bd6c8')
-
-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/PKGBUILD (from rev 182798, gnome-color-manager/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-15 11:37:50 UTC (rev 182799)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-color-manager
+pkgver=3.8.1
+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 libexif)
+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=('61851022ccfa090f21ce027c36cd440597648401aafa2c8b3d3f7787a866bb49')
+
+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
+}

Deleted: testing-i686/gnome-color-manager.install
===================================================================
--- testing-i686/gnome-color-manager.install	2013-04-15 11:36:42 UTC (rev 182798)
+++ testing-i686/gnome-color-manager.install	2013-04-15 11:37:50 UTC (rev 182799)
@@ -1,19 +0,0 @@
-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-i686/gnome-color-manager.install (from rev 182798, gnome-color-manager/trunk/gnome-color-manager.install)
===================================================================
--- testing-i686/gnome-color-manager.install	                        (rev 0)
+++ testing-i686/gnome-color-manager.install	2013-04-15 11:37:50 UTC (rev 182799)
@@ -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
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2013-04-15 11:36:42 UTC (rev 182798)
+++ testing-x86_64/PKGBUILD	2013-04-15 11:37:50 UTC (rev 182799)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-color-manager
-pkgver=3.8.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 libexif)
-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=('aac125a690b9b65d723de7d82699b0122995905b36603477b9b85936d62bd6c8')
-
-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/PKGBUILD (from rev 182798, gnome-color-manager/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-15 11:37:50 UTC (rev 182799)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-color-manager
+pkgver=3.8.1
+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 libexif)
+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=('61851022ccfa090f21ce027c36cd440597648401aafa2c8b3d3f7787a866bb49')
+
+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
+}

Deleted: testing-x86_64/gnome-color-manager.install
===================================================================
--- testing-x86_64/gnome-color-manager.install	2013-04-15 11:36:42 UTC (rev 182798)
+++ testing-x86_64/gnome-color-manager.install	2013-04-15 11:37:50 UTC (rev 182799)
@@ -1,19 +0,0 @@
-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/gnome-color-manager.install (from rev 182798, gnome-color-manager/trunk/gnome-color-manager.install)
===================================================================
--- testing-x86_64/gnome-color-manager.install	                        (rev 0)
+++ testing-x86_64/gnome-color-manager.install	2013-04-15 11:37:50 UTC (rev 182799)
@@ -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