[arch-commits] Commit in gnome-color-manager/trunk (2 files)

Jan Steffens heftig at archlinux.org
Thu Jul 28 09:30:26 UTC 2016


    Date: Thursday, July 28, 2016 @ 09:30:26
  Author: heftig
Revision: 272553

3.20.0-2

Modified:
  gnome-color-manager/trunk/PKGBUILD
Deleted:
  gnome-color-manager/trunk/gnome-color-manager.install

-----------------------------+
 PKGBUILD                    |    9 ++++-----
 gnome-color-manager.install |   19 -------------------
 2 files changed, 4 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-28 08:50:18 UTC (rev 272552)
+++ PKGBUILD	2016-07-28 09:30:26 UTC (rev 272553)
@@ -3,15 +3,14 @@
 
 pkgname=gnome-color-manager
 pkgver=3.20.0
-pkgrel=1
-pkgdesc="Color profile manager for the GNOME desktop"
+pkgrel=2
+pkgdesc="GNOME Color Profile Tools"
 arch=(i686 x86_64)
-url="http://projects.gnome.org/gnome-color-manager/"
+url="https://git.gnome.org/browse/gnome-color-manager"
 license=(GPL2)
-depends=(libcanberra vte3 exiv2 desktop-file-utils shared-color-targets colord-gtk libexif)
+depends=(libcanberra vte3 exiv2 shared-color-targets colord-gtk libexif)
 makedepends=(intltool yelp-tools)
 optdepends=('argyllcms: color calibration')
-install=gnome-color-manager.install
 options=('!emptydirs')
 groups=('gnome-extra')
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)

Deleted: gnome-color-manager.install
===================================================================
--- gnome-color-manager.install	2016-07-28 08:50:18 UTC (rev 272552)
+++ gnome-color-manager.install	2016-07-28 09:30:26 UTC (rev 272553)
@@ -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
-}



More information about the arch-commits mailing list