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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Mar 6 17:38:21 UTC 2014


    Date: Thursday, March 6, 2014 @ 18:38:21
  Author: flexiondotorg
Revision: 106736

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

Added:
  mate-color-manager/repos/community-i686/PKGBUILD
    (from rev 106735, mate-color-manager/trunk/PKGBUILD)
  mate-color-manager/repos/community-i686/mate-color-manager.install
    (from rev 106735, mate-color-manager/trunk/mate-color-manager.install)
  mate-color-manager/repos/community-x86_64/PKGBUILD
    (from rev 106735, mate-color-manager/trunk/PKGBUILD)
  mate-color-manager/repos/community-x86_64/mate-color-manager.install
    (from rev 106735, mate-color-manager/trunk/mate-color-manager.install)
Deleted:
  mate-color-manager/repos/community-i686/PKGBUILD
  mate-color-manager/repos/community-i686/mate-color-manager.install
  mate-color-manager/repos/community-x86_64/PKGBUILD
  mate-color-manager/repos/community-x86_64/mate-color-manager.install

---------------------------------------------+
 /PKGBUILD                                   |   76 ++++++++++++++++++++++++++
 /mate-color-manager.install                 |   26 ++++++++
 community-i686/PKGBUILD                     |   46 ---------------
 community-i686/mate-color-manager.install   |   13 ----
 community-x86_64/PKGBUILD                   |   46 ---------------
 community-x86_64/mate-color-manager.install |   13 ----
 6 files changed, 102 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-06 17:37:56 UTC (rev 106735)
+++ community-i686/PKGBUILD	2014-03-06 17:38:21 UTC (rev 106736)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-color-manager
-pkgver=1.6.1
-pkgrel=3
-pkgdesc="Color management application for MATE."
-url="https://github.com/NiceandGently/${pkgname}"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exiv2' 'gtk2' 'lcms2' 'libcanberra' 'libcups' 'libexif' 'libnotify' 'libtiff'
-         'libunique' 'mate-desktop' 'sane' 'vte')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
-options=('!emptydirs')
-source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz"
-        "https://github.com/NiceandGently/mate-color-manager/commit/cb80f549af83a703243eae4afad841d564743afb.diff")
-sha1sums=('6a8d18a3a7e3fb22e03cd319556575b9482c6f04'
-          '283c767591956206f5c7229ee1eff86faea253c0')
-install=${pkgname}.install
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    # Get udevrulesdir from pkg-config 
-    patch -Np1 -i  "${srcdir}/cb80f549af83a703243eae4afad841d564743afb.diff"
-    NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --sbindir=/usr/bin \
-        --libexecdir=/usr/lib/${pkgname} \
-        --disable-static \
-        --disable-scrollkeeper
-
-    #Work around a problem where the .sgml fail to parse.
-    sed -e 's:@HAVE_DOCBOOK2MAN_TRUE at .*::' -i man/Makefile.in
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-color-manager/repos/community-i686/PKGBUILD (from rev 106735, mate-color-manager/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-06 17:38:21 UTC (rev 106736)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-color-manager
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Color management application for MATE."
+url="https://github.com/NiceandGently/${pkgname}"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exiv2' 'gtk2' 'lcms2' 'libcanberra' 'libcups' 'libexif' 'libnotify' 'libtiff'
+         'libunique' 'mate-desktop' 'sane' 'vte')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+options=('!emptydirs')
+source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz")
+sha1sums=('800d1e76a0e55e0b75d42c78037c1561595c0d49')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --sbindir=/usr/bin \
+        --libexecdir=/usr/lib/${pkgname} \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-color-manager.install
===================================================================
--- community-i686/mate-color-manager.install	2014-03-06 17:37:56 UTC (rev 106735)
+++ community-i686/mate-color-manager.install	2014-03-06 17:38:21 UTC (rev 106736)
@@ -1,13 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-color-manager/repos/community-i686/mate-color-manager.install (from rev 106735, mate-color-manager/trunk/mate-color-manager.install)
===================================================================
--- community-i686/mate-color-manager.install	                        (rev 0)
+++ community-i686/mate-color-manager.install	2014-03-06 17:38:21 UTC (rev 106736)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-03-06 17:37:56 UTC (rev 106735)
+++ community-x86_64/PKGBUILD	2014-03-06 17:38:21 UTC (rev 106736)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-color-manager
-pkgver=1.6.1
-pkgrel=3
-pkgdesc="Color management application for MATE."
-url="https://github.com/NiceandGently/${pkgname}"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exiv2' 'gtk2' 'lcms2' 'libcanberra' 'libcups' 'libexif' 'libnotify' 'libtiff'
-         'libunique' 'mate-desktop' 'sane' 'vte')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
-options=('!emptydirs')
-source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz"
-        "https://github.com/NiceandGently/mate-color-manager/commit/cb80f549af83a703243eae4afad841d564743afb.diff")
-sha1sums=('6a8d18a3a7e3fb22e03cd319556575b9482c6f04'
-          '283c767591956206f5c7229ee1eff86faea253c0')
-install=${pkgname}.install
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    # Get udevrulesdir from pkg-config 
-    patch -Np1 -i  "${srcdir}/cb80f549af83a703243eae4afad841d564743afb.diff"
-    NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --sbindir=/usr/bin \
-        --libexecdir=/usr/lib/${pkgname} \
-        --disable-static \
-        --disable-scrollkeeper
-
-    #Work around a problem where the .sgml fail to parse.
-    sed -e 's:@HAVE_DOCBOOK2MAN_TRUE at .*::' -i man/Makefile.in
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-color-manager/repos/community-x86_64/PKGBUILD (from rev 106735, mate-color-manager/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-06 17:38:21 UTC (rev 106736)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-color-manager
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Color management application for MATE."
+url="https://github.com/NiceandGently/${pkgname}"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exiv2' 'gtk2' 'lcms2' 'libcanberra' 'libcups' 'libexif' 'libnotify' 'libtiff'
+         'libunique' 'mate-desktop' 'sane' 'vte')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+options=('!emptydirs')
+source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz")
+sha1sums=('800d1e76a0e55e0b75d42c78037c1561595c0d49')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --sbindir=/usr/bin \
+        --libexecdir=/usr/lib/${pkgname} \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/mate-color-manager.install
===================================================================
--- community-x86_64/mate-color-manager.install	2014-03-06 17:37:56 UTC (rev 106735)
+++ community-x86_64/mate-color-manager.install	2014-03-06 17:38:21 UTC (rev 106736)
@@ -1,13 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-color-manager/repos/community-x86_64/mate-color-manager.install (from rev 106735, mate-color-manager/trunk/mate-color-manager.install)
===================================================================
--- community-x86_64/mate-color-manager.install	                        (rev 0)
+++ community-x86_64/mate-color-manager.install	2014-03-06 17:38:21 UTC (rev 106736)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list