[arch-commits] Commit in mate-settings-daemon/repos (8 files)

Martin Wimpress flexiondotorg at archlinux.org
Thu May 7 22:46:10 UTC 2015


    Date: Friday, May 8, 2015 @ 00:46:09
  Author: flexiondotorg
Revision: 132919

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

Added:
  mate-settings-daemon/repos/community-staging-i686/PKGBUILD
    (from rev 132918, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-staging-i686/mate-settings-daemon.install
    (from rev 132918, mate-settings-daemon/trunk/mate-settings-daemon.install)
  mate-settings-daemon/repos/community-staging-x86_64/PKGBUILD
    (from rev 132918, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-staging-x86_64/mate-settings-daemon.install
    (from rev 132918, mate-settings-daemon/trunk/mate-settings-daemon.install)
Deleted:
  mate-settings-daemon/repos/community-staging-i686/PKGBUILD
  mate-settings-daemon/repos/community-staging-i686/mate-settings-daemon.install
  mate-settings-daemon/repos/community-staging-x86_64/PKGBUILD
  mate-settings-daemon/repos/community-staging-x86_64/mate-settings-daemon.install

-------------------------------------------------------+
 /PKGBUILD                                             |   76 ++++++++++++++++
 /mate-settings-daemon.install                         |   24 +++++
 community-staging-i686/PKGBUILD                       |   38 --------
 community-staging-i686/mate-settings-daemon.install   |   12 --
 community-staging-x86_64/PKGBUILD                     |   38 --------
 community-staging-x86_64/mate-settings-daemon.install |   12 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2015-05-07 22:43:49 UTC (rev 132918)
+++ community-staging-i686/PKGBUILD	2015-05-07 22:46:09 UTC (rev 132919)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.10
-pkgbase=mate-settings-daemon
-pkgname=(${pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="The MATE Settings daemon (GTK2 version)"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
-         'libmatekbd>=1.10' 'libmatemixer' 'libnotify' 'libxt'
-         'mate-desktop>=1.10' 'nss' 'polkit')
-makedepends=('mate-common')
-groups=('mate')
-replaces=("${pkgbase}-gstreamer" "${pkgbase}-pulseaudio")
-conflicts=("${pkgbase}-gtk3" "${pkgbase}-gstreamer" "${pkgbase}-pulseaudio")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz")
-sha1sums=('ca2895f20c660f178317ef5e1b480bfddf9c34fc')
-install=${pkgbase}.install
-
-build() {
-    cd "${srcdir}/${pkgbase}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgbase} \
-        --sysconfdir=/etc \
-        --with-gtk=2.0 \
-        --enable-polkit \
-        --disable-static
-    make
-}
-
-package_mate-settings-daemon() {
-    cd "${srcdir}/${pkgbase}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-settings-daemon/repos/community-staging-i686/PKGBUILD (from rev 132918, mate-settings-daemon/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-05-07 22:46:09 UTC (rev 132919)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+pkgbase=mate-settings-daemon
+pkgname=(${pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The MATE Settings daemon (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
+         'libmatekbd>=1.10' 'libmatemixer' 'libnotify' 'libxt'
+         'mate-desktop>=1.10' 'nss' 'polkit')
+makedepends=('mate-common')
+groups=('mate')
+replaces=("${pkgbase}-gstreamer" "${pkgbase}-pulseaudio")
+conflicts=("${pkgbase}-gtk3" "${pkgbase}-gstreamer" "${pkgbase}-pulseaudio")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz")
+sha1sums=('ca2895f20c660f178317ef5e1b480bfddf9c34fc')
+install=${pkgbase}.install
+
+build() {
+    cd "${srcdir}/${pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgbase} \
+        --sysconfdir=/etc \
+        --with-gtk=2.0 \
+        --enable-polkit \
+        --disable-static
+    make
+}
+
+package_mate-settings-daemon() {
+    cd "${srcdir}/${pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-i686/mate-settings-daemon.install
===================================================================
--- community-staging-i686/mate-settings-daemon.install	2015-05-07 22:43:49 UTC (rev 132918)
+++ community-staging-i686/mate-settings-daemon.install	2015-05-07 22:46:09 UTC (rev 132919)
@@ -1,12 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-settings-daemon/repos/community-staging-i686/mate-settings-daemon.install (from rev 132918, mate-settings-daemon/trunk/mate-settings-daemon.install)
===================================================================
--- community-staging-i686/mate-settings-daemon.install	                        (rev 0)
+++ community-staging-i686/mate-settings-daemon.install	2015-05-07 22:46:09 UTC (rev 132919)
@@ -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/mate
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2015-05-07 22:43:49 UTC (rev 132918)
+++ community-staging-x86_64/PKGBUILD	2015-05-07 22:46:09 UTC (rev 132919)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.10
-pkgbase=mate-settings-daemon
-pkgname=(${pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="The MATE Settings daemon (GTK2 version)"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
-         'libmatekbd>=1.10' 'libmatemixer' 'libnotify' 'libxt'
-         'mate-desktop>=1.10' 'nss' 'polkit')
-makedepends=('mate-common')
-groups=('mate')
-replaces=("${pkgbase}-gstreamer" "${pkgbase}-pulseaudio")
-conflicts=("${pkgbase}-gtk3" "${pkgbase}-gstreamer" "${pkgbase}-pulseaudio")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz")
-sha1sums=('ca2895f20c660f178317ef5e1b480bfddf9c34fc')
-install=${pkgbase}.install
-
-build() {
-    cd "${srcdir}/${pkgbase}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgbase} \
-        --sysconfdir=/etc \
-        --with-gtk=2.0 \
-        --enable-polkit \
-        --disable-static
-    make
-}
-
-package_mate-settings-daemon() {
-    cd "${srcdir}/${pkgbase}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-settings-daemon/repos/community-staging-x86_64/PKGBUILD (from rev 132918, mate-settings-daemon/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-05-07 22:46:09 UTC (rev 132919)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+pkgbase=mate-settings-daemon
+pkgname=(${pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The MATE Settings daemon (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
+         'libmatekbd>=1.10' 'libmatemixer' 'libnotify' 'libxt'
+         'mate-desktop>=1.10' 'nss' 'polkit')
+makedepends=('mate-common')
+groups=('mate')
+replaces=("${pkgbase}-gstreamer" "${pkgbase}-pulseaudio")
+conflicts=("${pkgbase}-gtk3" "${pkgbase}-gstreamer" "${pkgbase}-pulseaudio")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz")
+sha1sums=('ca2895f20c660f178317ef5e1b480bfddf9c34fc')
+install=${pkgbase}.install
+
+build() {
+    cd "${srcdir}/${pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgbase} \
+        --sysconfdir=/etc \
+        --with-gtk=2.0 \
+        --enable-polkit \
+        --disable-static
+    make
+}
+
+package_mate-settings-daemon() {
+    cd "${srcdir}/${pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-x86_64/mate-settings-daemon.install
===================================================================
--- community-staging-x86_64/mate-settings-daemon.install	2015-05-07 22:43:49 UTC (rev 132918)
+++ community-staging-x86_64/mate-settings-daemon.install	2015-05-07 22:46:09 UTC (rev 132919)
@@ -1,12 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-settings-daemon/repos/community-staging-x86_64/mate-settings-daemon.install (from rev 132918, mate-settings-daemon/trunk/mate-settings-daemon.install)
===================================================================
--- community-staging-x86_64/mate-settings-daemon.install	                        (rev 0)
+++ community-staging-x86_64/mate-settings-daemon.install	2015-05-07 22:46:09 UTC (rev 132919)
@@ -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/mate
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list